added caching

This commit is contained in:
Mrrp 2024-12-10 16:38:19 -08:00
parent ea726ced89
commit 236dd62265
3 changed files with 33 additions and 11 deletions

View file

@ -8,8 +8,9 @@
outputs = { self, nixpkgs, ...}:
let
pkgs = import nixpkgs { inherit self; };
pkgs = nixpkgs.legacyPackages.x86_64-linux;
in {
devShells.x86_64-linux.default = pkgs.mkShell {
buildInputs = [
# Run CI/CD actions locally