Skip to content

Commit 1f210c1

Browse files
committedDec 1, 2024
Add cachix configuration to devenv template
1 parent d01ec4a commit 1f210c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎templates/devenv/devenv.nix

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{ pkgs, ... }:
22

33
{
4+
cachix.pull = [ "sestrella" ];
5+
46
packages = [ pkgs.iecs ];
57
}

0 commit comments

Comments
 (0)