mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nix: remove module export in flake
This commit is contained in:
parent
d15061dd8d
commit
e2bdc9aacf
4 changed files with 2 additions and 72 deletions
|
|
@ -9,7 +9,8 @@ in
|
|||
inherit (pkgs) lib;
|
||||
};
|
||||
in
|
||||
{
|
||||
import ./nix/overlays ctx
|
||||
// {
|
||||
nixosConfigurations = {
|
||||
vanadium = import (sources.nixpkgs + "/nixos/lib/eval-config.nix") {
|
||||
system = "x86_64-linux";
|
||||
|
|
@ -18,5 +19,4 @@ in
|
|||
};
|
||||
};
|
||||
}
|
||||
// import ./nix/overlays ctx
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue