SamirTalwar / smoke

Runs tests against anything, using command-line arguments, STDIN, STDOUT and STDERR.
MIT License
89 stars 10 forks source link

Fix non-flake setup #80

Closed gilligan closed 1 year ago

gilligan commented 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.