Skip to content

Commit 410a87f

Browse files
committed
chore(hosts/raspi): remove impure rebuild
1 parent 94111c1 commit 410a87f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

hosts/raspi/default.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
# https://wiki.nixos.org/wiki/NixOS_on_ARM#Installation
22
{
33
inputs,
4-
lib',
54
pkgs,
65
...
76
}:
87
{
98
imports = [
109
"${inputs.nixos-hardware}/raspberry-pi/4"
1110
./hardware.nix
12-
]
13-
++ lib'.flocken.optionalPath "/etc/nixos/default.nix";
11+
];
1412

1513
custom.profile.isServer = true;
16-
custom.impureRebuild = true;
1714

1815
boot.binfmt.emulatedSystems = [ "x86_64-linux" ];
1916

0 commit comments

Comments
 (0)