We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01ec4a commit 1f210c1Copy full SHA for 1f210c1
templates/devenv/devenv.nix
@@ -1,5 +1,7 @@
1
{ pkgs, ... }:
2
3
{
4
+ cachix.pull = [ "sestrella" ];
5
+
6
packages = [ pkgs.iecs ];
7
}
0 commit comments