~ehmry/sigil

f190c2e2a179fc05d768dc520a6dbc2454188b7a — Emery Hemingway 3 years ago baa2053 absoluteLibrariesHook
WiP! temporary inputs for absolute hook
2 files changed, 10 insertions(+), 10 deletions(-)

M flake.lock
M flake.nix
M flake.lock => flake.lock +9 -9
@@ 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": {

M flake.nix => flake.nix +1 -1
@@ 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