mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
use nix 2.16
This commit is contained in:
parent
29fc3889ae
commit
a4d71eaf80
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
};
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixVersions.nix_2_16; # https://twitter.com/zimbatm/status/1685611948560224256
|
||||
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