aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-10-03 22:43:48 +0200
committerKarel Kočí <cynerd@email.cz>2022-10-03 22:43:48 +0200
commitd5514ca4aeddc711639f46024528becfff7c2a70 (patch)
treeaae84c30c67dd9ed933347e7af5407b0b791bb45
parent04eb98cf8b993b591edd826ecd5b688fe49c7a25 (diff)
downloadnixturris-d5514ca4aeddc711639f46024528becfff7c2a70.tar.gz
nixturris-d5514ca4aeddc711639f46024528becfff7c2a70.tar.bz2
nixturris-d5514ca4aeddc711639f46024528becfff7c2a70.zip
nixos/modules/turris-board: nixos-rebuild override is no longer required
-rw-r--r--nixos/modules/turris-board.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/turris-board.nix b/nixos/modules/turris-board.nix
index 1c52de0..c9ab44a 100644
--- a/nixos/modules/turris-board.nix
+++ b/nixos/modules/turris-board.nix
@@ -18,8 +18,6 @@ with lib;
}];
environment.systemPackages = with pkgs; [
- # As we override the nix package we have to override nixos-rebuild as well
- (pkgs.nixos-rebuild.override { nix = config.nix.package.out; })
# The Git is required to access this repository
git
];