aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-09 20:36:36 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-09 20:36:36 -0600
commit547d6dc4731b04a240048b0b95c0ea12e0d1f6bd (patch)
treedd3d63dfb21c62d2d71a1f8e937d3247c2e78b11 /flake.nix
parent7b9a5eb561948521ac4669074cc746a0f848ed23 (diff)
lots of changes, including revamp of network services boot chain on mercury
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 6958a06..6f71eb4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -37,6 +37,11 @@
url = "github:MrOtherGuy/firefox-csshacks";
flake = false;
};
+
+ tsnsrv = {
+ url = "github:boinkor-net/tsnsrv";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
};
outputs = inputs: let