Common/nix: remove unneeded nixpath workaround, update comment
This commit is contained in:
parent
99056c9f32
commit
d130ffb20d
1 changed files with 3 additions and 2 deletions
|
|
@ -58,9 +58,10 @@
|
|||
};
|
||||
# Write the system's nixpkgs into the registry to avoid mixing nixpkgs versions
|
||||
# https://dataswamp.org/~solene/2022-07-20-nixos-flakes-command-sync-with-system.html
|
||||
|
||||
# Since 24.05 this is already done for nixpkgs, but it doesn't keep the patches
|
||||
# so I'm keeping this around just in case
|
||||
system.flake = systemPkgs;
|
||||
};
|
||||
# I removed this in the past since I thought that I didn't need it, but turns out comma does :)
|
||||
nixPath = ["nixpkgs=${systemPkgs}"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue