mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
inherit system
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
inputs.nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = {
|
||||
inherit user host;
|
||||
inherit user host system;
|
||||
fullname = fullnames.${user};
|
||||
pkgs-unstable = import inputs.nixpkgs-unstable {
|
||||
inherit system;
|
||||
|
||||
Reference in New Issue
Block a user