aboutsummaryrefslogtreecommitdiff
path: root/flakes/private/opendmarc/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flakes/private/opendmarc/flake.nix')
-rw-r--r--flakes/private/opendmarc/flake.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/flakes/private/opendmarc/flake.nix b/flakes/private/opendmarc/flake.nix
index 9aeb3db..384bf98 100644
--- a/flakes/private/opendmarc/flake.nix
+++ b/flakes/private/opendmarc/flake.nix
@@ -1,8 +1,7 @@
1{ 1{
2 inputs.opendmarc = { 2 inputs.opendmarc = {
3 url = "https://git.immae.eu/perso/Immae/Config/Nix.git"; 3 path = "../../opendmarc";
4 type = "git"; 4 type = "path";
5 dir = "flakes/opendmarc";
6 }; 5 };
7 inputs.nixpkgs.url = "github:NixOS/nixpkgs"; 6 inputs.nixpkgs.url = "github:NixOS/nixpkgs";
8 7