1
0
Fork 0
nixos-config/shell.nix

6 lines
144 B
Nix
Raw Normal View History

2021-05-18 14:28:31 +00:00
(import (import ./nix/sources.nix).nixos-unstable { }).mkShell {
shellHook = ''
${(import ./test.nix).pre-commit-check.shellHook}
'';
}