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, 3 insertions(+), 3 deletions(-)

changed files
M system/prefect.nixsystem/prefect.nix
@@ -1,8 +1,8 @@
-{ config, pkgs, ... }: +{ config, pkgs, nixpkgs, nixpkgs-unstable, nixos-hardware, ... }: { imports = [ - <nixos-hardware/common/pc/ssd> - <nixos-hardware/common/cpu/amd> + (nixos-hardware + "/common/pc/ssd") + (nixos-hardware + "/common/cpu/amd") ./settings/satoshipay.nix ./settings/base.nix