Skip to content

Commit e20c9fc

Browse files
Oops, fix ref to secrets
1 parent 7d34379 commit e20c9fc

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
treefmt.url = "github:numtide/treefmt-nix";
3939
treefmt.inputs.nixpkgs.follows = "nixpkgs";
4040

41-
tilde-secrets.url = "git+file:///Users/ethan.turkeltaub/Workspace/tilde-secrets";
41+
tilde-secrets.url = "git+ssh://git@github.com/ethnt/tilde-secrets";
42+
# tilde-secrets.url = "git+file:///Users/ethan.turkeltaub/Workspace/tilde-secrets";
4243

4344
pragmatapro.url = "git+ssh://git@github.com/ethnt/pragmatapro";
4445
pragmatapro.inputs.nixpkgs.follows = "nixpkgs";

0 commit comments

Comments
 (0)