From d5514ca4aeddc711639f46024528becfff7c2a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 3 Oct 2022 22:43:48 +0200 Subject: nixos/modules/turris-board: nixos-rebuild override is no longer required --- nixos/modules/turris-board.nix | 2 -- 1 file changed, 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 ]; -- cgit v1.2.3