aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
blob: 1ad58f49425658b2913ab8eee6d6f47badadb930 (plain)
1
2
3
4
5
6
# The `default.nix` in flake-compat reads `flake.nix` and `flake.lock` from `src` and
# returns an attribute set of the shape `{ defaultNix, shellNix }`

(import (fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz") {
  src = ./.;
}).shellNix