Closed gilligan closed 1 year ago
Modify default.nix and shell.nix to provide a compatibility shim using flake-compat
The builtins.getFlake that default.nix and shell.nix were using before is only available when the experimental flakes feature is actually enabled.
builtins.getFlake
default.nix
shell.nix
flakes
Modify default.nix and shell.nix to provide a compatibility shim using flake-compat
The
builtins.getFlake
thatdefault.nix
andshell.nix
were using before is only available when the experimentalflakes
feature is actually enabled.