refactor
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
pkgs-version = "25.05";
|
||||
};
|
||||
|
||||
pkgs = builtins.removeAttrs (import nixpkgs {
|
||||
pkgs = import nixpkgs {
|
||||
inherit system config;
|
||||
overlays = [
|
||||
(final: prev: {
|
||||
@@ -43,7 +43,7 @@
|
||||
version = "25.05";
|
||||
})
|
||||
];
|
||||
}) [ "hyper" "host" ]; # this removes the programs from pkgs so I can use the variable name
|
||||
};
|
||||
|
||||
nvidia-base = import ./flake-modules/nvidia.nix;
|
||||
secrets = import ./git-crypt/secrets.nix;
|
||||
|
||||
Reference in New Issue
Block a user