From ada96f10e64d34f06853d9915a8db580420e69b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 24 Jan 2021 01:13:31 +0100 Subject: Use relative path for private flakes --- flakes/private/opendmarc/flake.lock | 16 +++++----------- flakes/private/opendmarc/flake.nix | 5 ++--- 2 files changed, 7 insertions(+), 14 deletions(-) (limited to 'flakes/private/opendmarc') diff --git a/flakes/private/opendmarc/flake.lock b/flakes/private/opendmarc/flake.lock index 2c2a07d..ae07161 100644 --- a/flakes/private/opendmarc/flake.lock +++ b/flakes/private/opendmarc/flake.lock @@ -121,19 +121,13 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "dir": "flakes/opendmarc", - "lastModified": 1611220039, - "narHash": "sha256-R6XrtP+YIa+038LmlEo4B3X3RbMzidk/vo5yKTTKFx4=", - "ref": "master", - "rev": "ef43c36272ca539cbfe803ded03949451b17b679", - "revCount": 803, - "type": "git", - "url": "https://git.immae.eu/perso/Immae/Config/Nix.git" + "narHash": "sha256-V6elpT2t2bYOnY6RSwLIu+SU7Zajkk7oonjscoYpWKo=", + "path": "../../opendmarc", + "type": "path" }, "original": { - "dir": "flakes/opendmarc", - "type": "git", - "url": "https://git.immae.eu/perso/Immae/Config/Nix.git" + "path": "../../opendmarc", + "type": "path" } }, "root": { 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 @@ { inputs.opendmarc = { - url = "https://git.immae.eu/perso/Immae/Config/Nix.git"; - type = "git"; - dir = "flakes/opendmarc"; + path = "../../opendmarc"; + type = "path"; }; inputs.nixpkgs.url = "github:NixOS/nixpkgs"; -- cgit v1.2.3