forked from mad-star-studio/Voxelis
added caching
This commit is contained in:
parent
ea726ced89
commit
236dd62265
3 changed files with 33 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue