chore(common): stay on stable nix
This commit is contained in:
parent
47767c6a68
commit
9d7d0a6c89
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.nixVersions.latest;
|
# package = pkgs.nixVersions.latest;
|
||||||
channel.enable = false;
|
channel.enable = false;
|
||||||
# The `flake:` syntax in `$NIX_PATH` seems to do some weird copying on Nix 2.24
|
# The `flake:` syntax in `$NIX_PATH` seems to do some weird copying on Nix 2.24
|
||||||
nixPath = ["nixpkgs=${config.nixpkgs.flake.source}"];
|
nixPath = ["nixpkgs=${config.nixpkgs.flake.source}"];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue