mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 01:07:23 +08:00
Don't use unstable Nix
It segfaults
This commit is contained in:
parent
f916d5298d
commit
b2ba4bbdba
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
nix = {
|
||||
# Choose from https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=nix
|
||||
package = pkgs.nixVersions.latest;
|
||||
# package = pkgs.nixVersions.latest;
|
||||
|
||||
nixPath = [ "nixpkgs=${flake.inputs.nixpkgs}" ]; # Enables use of `nix-shell -p ...` etc
|
||||
registry.nixpkgs.flake = flake.inputs.nixpkgs; # Make `nix shell` etc use pinned nixpkgs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue