mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-03 07:47: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;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nix = {
|
nix = {
|
||||||
autoOptimiseStore = true;
|
|
||||||
package = pkgs.unstable.nix;
|
package = pkgs.unstable.nix;
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
|
@ -23,6 +22,7 @@ with lib;
|
||||||
];
|
];
|
||||||
settings =
|
settings =
|
||||||
{
|
{
|
||||||
|
auto-optimise-store = true;
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://cache.nixos.org"
|
"https://cache.nixos.org"
|
||||||
"https://bin.julienmalka.me"
|
"https://bin.julienmalka.me"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue