mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 23:03:40 +00:00
6 lines
114 B
Nix
6 lines
114 B
Nix
(import <nixpkgs> {}).mkShell {
|
|
shellHook = ''
|
|
${(import ./default.nix).pre-commit-check.shellHook}
|
|
'';
|
|
}
|