You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/shell.nix

10 lines
272 B
Nix

# 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