summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-02-27 12:36:37 -0600
committerMarc Coquand <marc@mccd.space>2024-02-27 12:36:37 -0600
commit4be5f4c4df5994580bdb718274eef04c69e8e553 (patch)
tree1deeeb8f60697eca7fdae08158f14da42caaf11b /flake.nix
parent4b2871a2104e5c880dfa0c41f6681cbd21cc8da2 (diff)
downloadnixos-4be5f4c4df5994580bdb718274eef04c69e8e553.tar.gz
nixos-4be5f4c4df5994580bdb718274eef04c69e8e553.tar.bz2
nixos-4be5f4c4df5994580bdb718274eef04c69e8e553.zip
Update flake
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index c77e6e1..293aa2a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,7 +1,7 @@
{
description = "Run Ann Server as a systemd service";
inputs.nixpkgs.url = "github:NixOS/nixpkgs?ref=nixpkgs-unstable";
- inputs.ann.url = "git+https://git.sr.ht/marcc/ann_bloop";
+ inputs.ann.url = "git+https://git.sr.ht/~marcc/ann_bloop";
outputs = {self,nixpkgs, ann, ...}@inputs: {