hydra/shell.nix

7 lines
269 B
Nix
Raw Normal View History

# The `default.nix` in flake-compat reads `flake.nix` and `flake.lock` from `src` and
# returns an attribute set of the shape `{ defaultNix, shellNix }`
2022-07-10 11:31:21 +00:00
(import (fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz") {
2020-06-17 17:19:55 +00:00
src = ./.;
}).shellNix