mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nix: export package sets separately
This commit is contained in:
parent
6272929c0c
commit
9f4cc03a9a
3 changed files with 55 additions and 16 deletions
|
|
@ -34,10 +34,10 @@
|
|||
// import ./nix/deploy ctx
|
||||
// (
|
||||
let
|
||||
inherit (import ./nix/packages ctx) packageOverlays packages;
|
||||
inherit (import ./nix/packages ctx) packageOverlays packageSets packages;
|
||||
inherit (import ./nix/overlays ctx) overlays;
|
||||
in {
|
||||
inherit packages;
|
||||
inherit packageSets packages;
|
||||
overlays = packageOverlays // overlays;
|
||||
}
|
||||
)
|
||||
|
|
@ -49,6 +49,8 @@
|
|||
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||
|
||||
home-manager = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue