From 1eef77d6fc0ac886c7e4626f2f167c99939a8875 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Sun, 25 Aug 2024 22:26:27 +0200 Subject: [PATCH] avoid update loops by prefixing input with path: --- flake.lock | 4 ++-- flake.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 3afc440..1b6bf4a 100644 --- a/flake.lock +++ b/flake.lock @@ -288,11 +288,11 @@ "locked": { "lastModified": 1, "narHash": "sha256-krjVFFsJfKvYRvOoBkZ8xr+OEZ5nfmgf4oxmE/h6Q9c=", - "path": "/nix/store/0blxgxs9nfzfi2fj1gy59l8660kldyci-source/shells", + "path": "./shells", "type": "path" }, "original": { - "path": "/nix/store/0blxgxs9nfzfi2fj1gy59l8660kldyci-source/shells", + "path": "./shells", "type": "path" } }, diff --git a/flake.nix b/flake.nix index 81302a5..40a819c 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; shells = { - url = "./shells"; + url = "path:./shells"; inputs.nixpkgs.follows = "nixpkgs"; }; };