Use even more unstable nixUnstable
This commit is contained in:
parent
c59fd9a5a7
commit
2eccccfb11
1 changed files with 8 additions and 1 deletions
|
@ -5,7 +5,14 @@
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
package = pkgs.nixFlakes;
|
package = pkgs.nixUnstable.overrideAttrs (oldAttrs: {
|
||||||
|
src = pkgs.fetchFromGitHub {
|
||||||
|
owner = "NixOS";
|
||||||
|
repo = "nix";
|
||||||
|
rev = "ff314f186e3f91d87af6ad96c0ae3b472494b940";
|
||||||
|
hash = "sha256-QibpLo4/gf2xYGoeQcgjZzH/qy5TBRVH+QCHgqOwur0=";
|
||||||
|
};
|
||||||
|
});
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "hourly";
|
dates = "hourly";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue