Added pAckages to systems

This commit is contained in:
2023-07-03 07:20:15 +00:00
parent 11575dc441
commit d5724379ee
+8
View File
@@ -13,6 +13,14 @@
imports = [
./machines/configuration.nix
];
perSystem = { self', inputs', config, pkgs, system, ... }: {
# make pkgs available to all `perSystem` functions
_module.args.pkgs = import inputs.nixpkgs {
inherit system;
};
};
systems = [ "x86_64-linux" ];
};
}