liminix/pkgs/preinit/shell.nix

6 lines
75 B
Nix

with import <nixpkgs> {};
mkShell {
name = "preinit-env";
src = ./.;
}