From f190c2e2a179fc05d768dc520a6dbc2454188b7a Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Wed, 28 Oct 2020 13:29:28 +0100 Subject: [PATCH] WiP! temporary inputs for absolute hook --- flake.lock | 18 +++++++++--------- flake.nix | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 1c606a9..9f910d6 100644 --- a/flake.lock +++ b/flake.lock @@ -18,18 +18,18 @@ }, "nixpkgs": { "locked": { - "lastModified": 1603874504, - "narHash": "sha256-7YhG6BOjZ3iX0kL2KbHd7k8cczNwUxyGw/0Pn7noZA4=", - "owner": "ehmry", - "repo": "nixpkgs", - "rev": "686a80b95a8f1f3c86acd1d59ecdc5678903a55b", - "type": "github" + "lastModified": 1603885791, + "narHash": "sha256-u4nu9+ac4MacV8rrAaI1xKcSpenGD8YdLjPgPIjQsIM=", + "ref": "absoluteLibrariesHook", + "rev": "3f9d4bbef38e7481a2a5710c7e58689218695d43", + "revCount": 244251, + "type": "git", + "url": "file:///home/repo/nixpkgs" }, "original": { - "owner": "ehmry", "ref": "absoluteLibrariesHook", - "repo": "nixpkgs", - "type": "github" + "type": "git", + "url": "file:///home/repo/nixpkgs" } }, "root": { diff --git a/flake.nix b/flake.nix index 1f204f4..8a21901 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ flake = false; }; - inputs.nixpkgs.url = "github:ehmry/nixpkgs/absoluteLibrariesHook"; + inputs.nixpkgs.url = "git+file:///home/repo/nixpkgs?ref=absoluteLibrariesHook"; outputs = { self, genode, nixpkgs }: let