diff options
author | Karel Kočí <cynerd@email.cz> | 2022-10-03 22:43:48 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-10-03 22:43:48 +0200 |
commit | d5514ca4aeddc711639f46024528becfff7c2a70 (patch) | |
tree | aae84c30c67dd9ed933347e7af5407b0b791bb45 /nixos | |
parent | 04eb98cf8b993b591edd826ecd5b688fe49c7a25 (diff) | |
download | nixturris-d5514ca4aeddc711639f46024528becfff7c2a70.tar.gz nixturris-d5514ca4aeddc711639f46024528becfff7c2a70.tar.bz2 nixturris-d5514ca4aeddc711639f46024528becfff7c2a70.zip |
nixos/modules/turris-board: nixos-rebuild override is no longer required
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/turris-board.nix | 2 |
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 ]; |