mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
Don't use unstable nix CLI
Because it broke colmena, https://github.com/zhaofengli/colmena/issues/190 Ref: - https://github.com/NixOS/nix/pull/9497 - https://github.com/NixOS/nix/issues/9901 - https://github.com/NixOS/nix/pull/9985
This commit is contained in:
parent
62471af8ca
commit
380b12e6d4
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@
|
|||
};
|
||||
|
||||
nix = {
|
||||
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