mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
fix: use stable nix to avoid ETag error
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
{
|
||||
# enable `nix flake`
|
||||
nix = {
|
||||
package = pkgs.nixUnstable;
|
||||
package = pkgs.nix;
|
||||
# extraOptions = ''
|
||||
# experimental-features = nix-command flakes
|
||||
# experimental-features = nix-command
|
||||
# '';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user