aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
blob: d5e1a215bddb67ce60929f64f157af5102b4e3ae (plain) (blame)
1
2
3
4
5
6
7
8
# 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