all repos — nixfiles @ 02622d2b20d014ddb479365cd4d7467398dd8389

System and user configuration, managed by nix and home-manager

Import nixos-hardware

Alan Pearce
commit

02622d2b20d014ddb479365cd4d7467398dd8389

parent

2dfb3476768af7444f94590a1ce6e5200d5cc663

1 file changed, 2 insertions(+), 1 deletion(-)

changed files
M flake.nixflake.nix
@@ -5,9 +5,10 @@ nixpkgs-unstable.url = github:NixOS/nixpkgs;
nixos-hardware.url = github:NixOS/nixos-hardware; }; - outputs = { self, nixpkgs, nixpkgs-unstable, nixos-hardware }: { + outputs = { self, nixpkgs, ... }@attrs: { nixosConfigurations.prefect = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; + specialArgs = attrs; modules = [ ./system/prefect.nix ]; }; };