Merge pull request #132818 from Mic92/zinputrc
nixos: fix zinputrc on flake-enabled systems
This commit is contained in:
commit
5007f2e422
@ -278,7 +278,10 @@ in
|
||||
fi
|
||||
'';
|
||||
|
||||
environment.etc.zinputrc.source = ./zinputrc;
|
||||
# Bug in nix flakes:
|
||||
# If we use `.source` here the path is garbage collected also we point to it with a symlink
|
||||
# see https://github.com/NixOS/nixpkgs/issues/132732
|
||||
environment.etc.zinputrc.text = builtins.readFile ./zinputrc;
|
||||
|
||||
environment.systemPackages =
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user