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