Unnamed repository; edit this file 'description' to name the repository.
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