Return to default nix package

This commit is contained in:
2021-11-17 02:58:19 +00:00
parent 5afc59f7bc
commit 6fe603fee2

View File

@@ -10,7 +10,6 @@
# nix flakes compatibility
nix = {
package = pkgs.nix_2_4;
extraOptions = ''
experimental-features = nix-command flakes
'';