1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

chore: update

This commit is contained in:
2021-01-25 18:38:29 +01:00
parent 07024df1c9
commit 8923f7a2c9
4 changed files with 15 additions and 15 deletions

View File

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