openspades/shell.nix

9 lines
258 B
Nix
Raw Normal View History

2022-07-02 07:24:02 -07:00
# 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