mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
simplify forAllSystems
This commit is contained in:
parent
1dd78b0fea
commit
83a41cbe92
1 changed files with 1 additions and 3 deletions
|
@ -20,9 +20,7 @@
|
|||
})
|
||||
(builtins.readDir ./pkgs));
|
||||
|
||||
forAllSystems = f: nixpkgs.lib.genAttrs
|
||||
[ "x86_64-linux" ]
|
||||
(system: f system);
|
||||
forAllSystems = nixpkgs.lib.genAttrs [ "x86_64-linux" ];
|
||||
|
||||
pins = {
|
||||
nix.registry.nixpkgs.to = {
|
||||
|
|
Loading…
Reference in a new issue