summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorstuebinm2022-02-12 20:52:57 +0100
committerstuebinm2022-02-12 21:36:34 +0100
commite8b22eac84cd09af01c888421122656eb2384d27 (patch)
tree35a98a079f35031c06c261865dc37df8944b343d /flake.nix
parent4ab8d379def4a123fd4864206d50442197ee2e80 (diff)
chaski: add walint test server
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index cf6d382..a97d423 100644
--- a/flake.nix
+++ b/flake.nix
@@ -28,6 +28,8 @@
feeds.url = "path:/home/stuebinm/nonpublic.nix";
feeds.flake = false;
+ walint.url = "git+https://stuebinm.eu/git/walint?ref=playground";
+ walint.flake = false;
};
outputs = { self, nixpkgs, deploy-rs, ... }@inputs: