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