commit | 16d536eea47c739b204fb4322f36ba7a09251800 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler@clicksminuteper.net> | Wed May 18 22:00:59 2022 +0100 |
committer | Skyler Grey <skyler@clicksminuteper.net> | Wed May 18 22:00:59 2022 +0100 |
tree | 44059bb1c5c04cf7eede9a07fc7047e3a47bd309 | |
parent | 5c0262a908fc7368bb3e9a6df38568493d795ac6 [diff] |
Use nixpkgs rather than pkgs
diff --git a/flake.nix b/flake.nix index d39c8c7..7d97bdc 100644 --- a/flake.nix +++ b/flake.nix
@@ -22,7 +22,7 @@ variables = import ./src/common/variables.nix; in { nixosConfigurations = { - default = pkgs.lib.nixosSystem { + default = nixpkgs.lib.nixosSystem { inherit system; modules = [