update flake to point to new git server

This commit is contained in:
Daniel Olsen
2022-12-01 16:25:16 +01:00
parent 115f530077
commit 97eacaac91
2 changed files with 72 additions and 39 deletions

View File

@@ -14,7 +14,7 @@
nur.url = "github:nix-community/NUR";
nur.inputs.nixpkgs.follows = "unstable";
dan.url = "gitlab:Dandellion/NUR?host=git.dodsorf.as"; #"git+https://git.dodsorf.as/Dandellion/NUR";
dan.url = "git+https://git2.dodsorf.as/Dandellion/NUR.git"; #"git+https://git.dodsorf.as/Dandellion/NUR";
dan.inputs.nixpkgs.follows = "unstable";
helix.url = "github:helix-editor/helix";