mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
fix: explicit system for nixpkgs
This commit is contained in:
parent
eab2d71e07
commit
0540621174
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@ let
|
|||
version = "nixos-unstable";
|
||||
};
|
||||
};
|
||||
nixpkgs = import inputs.nixpkgs { };
|
||||
unstable = import inputs.unstable { };
|
||||
nixpkgs = import inputs.nixpkgs { system = "x86_64-linux"; };
|
||||
lib = nixpkgs.lib.extend (import ./lib inputs_final);
|
||||
machines_plats = lib.lists.unique (
|
||||
lib.mapAttrsToList (_name: value: value.arch) (
|
||||
|
|
Loading…
Add table
Reference in a new issue