2021-06-13 07:03:42 +02:00
|
|
|
# Flake's devShell for non-flake-enabled nix instances
|
|
|
|
let
|
2022-04-20 16:55:09 +02:00
|
|
|
compat =
|
|
|
|
builtins.fetchGit {
|
|
|
|
url = "https://github.com/edolstra/flake-compat.git";
|
|
|
|
rev = "b4a34015c698c7793d592d66adbab377907a2be8";
|
|
|
|
};
|
2021-06-13 07:03:42 +02:00
|
|
|
in
|
|
|
|
(import compat { src = ./.; }).shellNix.default
|