summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJakub Stachurski <jakub@wilkuu.nl>2026-08-06 23:46:26 +0200
committerJakub Stachurski <jakub@wilkuu.nl>2026-08-06 23:46:26 +0200
commit4643ff69e9aa0ce8c1ae9e1a09456afa9227e5cd (patch)
treedf6e7b75a587cf277d741926abb6e7d2d276e55e /flake.nix
parent0c28e554c74e649cca6e905d9be7d639cf53bf3b (diff)
nix update and livekit
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 1c3face..e2d414b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -7,8 +7,8 @@
stalwart-nix = {
# local testing
- # url = "path:/store2/code/stalwart-nix";
- url = "github:Wilkuu-2/stalwart-nix";
+ url = "path:/store2/code/stalwart-nix";
+ # url = "github:Wilkuu-2/stalwart-nix";
# Letting stalwart-nix using it's own nixpkgs prevents unnecessary rebuilds at the cost of some disk space.
# inputs.nixpkgs.follows = "nixpkgs";
# inputs.treefmt-nix.follows = "treefmt-nix";