1
0
Fork 0
nixos-config/shell.nix
2021-05-18 16:28:31 +02:00

6 lines
144 B
Nix

(import (import ./nix/sources.nix).nixos-unstable { }).mkShell {
shellHook = ''
${(import ./test.nix).pre-commit-check.shellHook}
'';
}