2
0
Fork 0

Update Nixpkgs input for absolute libraries hook

This commit is contained in:
Ehmry - 2020-10-28 09:43:32 +01:00
parent f517d86d15
commit baa20536ee
2 changed files with 7 additions and 7 deletions

View File

@ -18,16 +18,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1603868764, "lastModified": 1603874504,
"narHash": "sha256-WPummiqYWunZJ3sXUN1ez3ww68YZdnR5VhLEttn17Cw=", "narHash": "sha256-7YhG6BOjZ3iX0kL2KbHd7k8cczNwUxyGw/0Pn7noZA4=",
"owner": "NixOS", "owner": "ehmry",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5596cbfb9e914989ffe62cf7e21f332acb3b05b9", "rev": "686a80b95a8f1f3c86acd1d59ecdc5678903a55b",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "ehmry",
"ref": "release-20.09", "ref": "absoluteLibrariesHook",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@ -6,7 +6,7 @@
flake = false; flake = false;
}; };
inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-20.09"; inputs.nixpkgs.url = "github:ehmry/nixpkgs/absoluteLibrariesHook";
outputs = { self, genode, nixpkgs }: outputs = { self, genode, nixpkgs }:
let let