diff options
| author | nzbr <mail@nzbr.de> | 2023-09-29 23:25:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-29 23:25:53 +0200 |
| commit | 8735bdfa5fdfa6e90d944ff9f5f806668b53eacb (patch) | |
| tree | 64148d00bbc6f8e1d7ba099cfbf31123113db2f8 /modules/recovery.nix | |
| parent | e7d93d0f478b6fbb47c00d03449dc3d08b90abb7 (diff) | |
| parent | ff1413aa34c525bf01145b40b99acfb7868ab285 (diff) | |
Merge pull request #295 from nix-community/prep-release
New release preparation
Diffstat (limited to 'modules/recovery.nix')
| -rw-r--r-- | modules/recovery.nix | 4 |
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"; }); |
