diff options
author | Marc Coquand <marc@mccd.space> | 2024-02-27 12:19:52 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-02-27 12:19:52 -0600 |
commit | d6f563a5e9f449a5297d77fd7a9109c598320024 (patch) | |
tree | 4910d8705247d23fdc0244a99f674000ddd8cae7 | |
parent | 9fbe362cd38ea0cac167042aad35986d1d6e7fdc (diff) | |
download | nixos-d6f563a5e9f449a5297d77fd7a9109c598320024.tar.gz nixos-d6f563a5e9f449a5297d77fd7a9109c598320024.tar.bz2 nixos-d6f563a5e9f449a5297d77fd7a9109c598320024.zip |
Update nix flake
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.mccd.space/pub/ann"; outputs = {self,nixpkgs, ann, ...}@inputs: { |