mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 09:50:14 +08:00
Use newer nix
This commit is contained in:
parent
16c1a82cd2
commit
0a0debe670
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
};
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixUnstable; # Need 2.15 for bug fixes
|
||||
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