1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00
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 07:31:21 -04:00
(import (fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz") {
2020-06-17 13:19:55 -04:00
src = ./.;
}).shellNix