1
0
Fork 0
nixos-config/shell.nix
Malte Brandy 57123b08e1 Reformat
2022-03-08 02:42:46 +01:00

6 lines
143 B
Nix

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