Skip to content

Commit 03a309c

Browse files
authored
Add nixConfig to flake.nix
Add nixConfig with tarball-ttl set to 0
1 parent a6139b9 commit 03a309c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
77
};
88

9+
nixConfig = {
10+
tarball-ttl = 0;
11+
};
12+
913
outputs = { self, nixpkgs }:
1014
let
1115
# Helper function to generate an attrset '{ x86_64-linux = f "x86_64-linux"; ... }'.

0 commit comments

Comments
 (0)