1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 04:11:07 +01:00

fix: use stable nix to avoid ETag error

This commit is contained in:
2021-01-26 23:00:16 +01:00
parent 63ad607d46
commit ca50ba931a

View File

@@ -2,9 +2,9 @@
{ {
# enable `nix flake` # enable `nix flake`
nix = { nix = {
package = pkgs.nixUnstable; package = pkgs.nix;
# extraOptions = '' # extraOptions = ''
# experimental-features = nix-command flakes # experimental-features = nix-command
# ''; # '';
}; };
} }