mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 07:27:20 +02:00
Updated nix for 22.11 (2)
This commit is contained in:
parent
6f99ed233a
commit
3ad0bb78aa
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,6 @@ with lib;
|
|||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix = {
|
||||
autoOptimiseStore = true;
|
||||
package = pkgs.unstable.nix;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
|
@ -23,6 +22,7 @@ with lib;
|
|||
];
|
||||
settings =
|
||||
{
|
||||
auto-optimise-store = true;
|
||||
substituters = [
|
||||
"https://cache.nixos.org"
|
||||
"https://bin.julienmalka.me"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue