From 6432574aa1c3de1caacf170b6539fccb1bdeb46c Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 19 Feb 2024 10:56:25 -0600 Subject: [PATCH] use path so lock file chills --- flake.lock | 4 ++-- flake.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 6b5aced..81151a3 100644 --- a/flake.lock +++ b/flake.lock @@ -187,11 +187,11 @@ "locked": { "lastModified": 1, "narHash": "sha256-f1iK37gKrRA5Ampke23EzstEFHuKAwEdQnFi2kp4Gi4=", - "path": "/nix/store/6mqi9hqplan2ylc4ajk4w4jfjnqasb2b-source/inputs", + "path": "./inputs", "type": "path" }, "original": { - "path": "/nix/store/6mqi9hqplan2ylc4ajk4w4jfjnqasb2b-source/inputs", + "path": "./inputs", "type": "path" } }, diff --git a/flake.nix b/flake.nix index d16bc8d..76083de 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "nix begat oizys"; - inputs.inputs.url = "./inputs"; + inputs.inputs.url = "path:./inputs"; # nixConfig = { # extra-substituters = [