summaryrefslogtreecommitdiff
path: root/modules/recovery.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/recovery.nix')
-rw-r--r--modules/recovery.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/recovery.nix b/modules/recovery.nix
index ec29da6..2352d51 100644
--- a/modules/recovery.nix
+++ b/modules/recovery.nix
@@ -1,7 +1,5 @@
-{ config, pkgs, lib, ... }:
-with lib;
+{ config, pkgs, ... }:
let
-
nixos-enter' = config.system.build.nixos-enter.overrideAttrs (_: {
runtimeShell = "/bin/bash";
});