Added pAckages to systems
This commit is contained in:
@@ -13,6 +13,14 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./machines/configuration.nix
|
./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" ];
|
systems = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user