aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
blob: c0d998e3d494fb943b6f55905a11a1213156616b (plain) (blame)
1
2
3
4
5
6
7
8
9
# Flake's devShell for non-flake-enabled nix instances
let
  compat =
    builtins.fetchGit {
        url = "https://github.com/edolstra/flake-compat.git";
        rev = "b4a34015c698c7793d592d66adbab377907a2be8";
    };
in
(import compat { src = ./.; }).shellNix.default