create setup hook

This commit is contained in:
atagen 2025-11-18 13:54:09 +11:00
parent 40c4e7fe5b
commit e6f9574bb8
3 changed files with 29 additions and 10 deletions

View file

@ -3,5 +3,6 @@
{ self }:
{
mkShell = { pkgs, ... }@vars: import ./default.nix vars;
hook = ./unset-nix-env.sh;
};
}