Resolved symlink to nixpkgs channel before passing to nix-env command (#191)

Co-authored-by: Jonah Bron <hi@jonah.id>
This commit is contained in:
Jonah Dahlquist 2024-03-11 08:34:49 -07:00 committed by GitHub
parent bbe94a1175
commit 45e2361a9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ infect() {
export NIXOS_CONFIG="${NIXOS_CONFIG:-/etc/nixos/configuration.nix}"
nix-env --set \
-I nixpkgs=$HOME/.nix-defexpr/channels/nixos \
-I nixpkgs=$(realpath $HOME/.nix-defexpr/channels/nixos) \
-f '<nixpkgs/nixos>' \
-p /nix/var/nix/profiles/system \
-A system