1
0
Fork 0
nixos-config/shell.nix

6 lines
141 B
Nix
Raw Normal View History

2022-08-11 09:45:49 +00:00
(import (import ./nix/sources.nix).nixos-stable {}).mkShell {
2021-05-18 14:28:31 +00:00
shellHook = ''
${(import ./test.nix).pre-commit-check.shellHook}
'';
}