mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
nix unstable
This commit is contained in:
parent
f29990ba0d
commit
f49658cfc1
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
};
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixVersions.nix_2_16; # https://twitter.com/zimbatm/status/1685611948560224256
|
||||
package = pkgs.nixUnstable;
|
||||
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
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue