update(lock): update flake lock

This commit is contained in:
Filippo Berto 2025-11-12 08:29:46 +01:00
parent 6d68adbd4e
commit 02ab8a679a
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 44 additions and 46 deletions

View file

@ -59,10 +59,8 @@
};
devShells.default = pkgs.mkShellNoCC {
shellHook = ''
${config.pre-commit.installationScript}
LOCAL_KEY = "/etc/nix/key";
'';
inputsFrom = [ config.pre-commit.devShell ];
LOCAL_KEY = "/etc/nix/key";
};
formatter = pkgs.nixpkgs-fmt;