diff options
author | stuebinm | 2022-02-12 20:52:57 +0100 |
---|---|---|
committer | stuebinm | 2022-02-12 21:36:34 +0100 |
commit | e8b22eac84cd09af01c888421122656eb2384d27 (patch) | |
tree | 35a98a079f35031c06c261865dc37df8944b343d /flake.nix | |
parent | 4ab8d379def4a123fd4864206d50442197ee2e80 (diff) |
chaski: add walint test server
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |