summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-10-07 17:12:05 +0200
committerLinnnus <[email protected]>2023-10-08 13:14:15 +0200
commit0d3dfdeb6d2166ed394a15c3899ad9a1cccbfc59 (patch)
treea71488f9b7d6a35ea90166bc15ba08ed5aabccf0 /flake.nix
parentc475c0077764acea6f12b88b24d20b7b2720cd5c (diff)
Bump push-notification-api: Use sockets
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 9a0987f..3ab6183 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,6 +17,7 @@
};
push-notification-api = {
url = "github:linnnus/push-notification-api";
+ # url = "path:/home/linus/code/push-notification-api";
inputs.nixpkgs.follows = "nixpkgs";
};
};