1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +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`
nix = {
package = pkgs.nixUnstable;
package = pkgs.nix;
# extraOptions = ''
# experimental-features = nix-command flakes
# experimental-features = nix-command
# '';
};
}