1
0
Fork 0
nixos-config/shell.nix

6 lines
143 B
Nix
Raw Normal View History

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