diff --git a/flake.lock b/flake.lock index f812172..d8fc24c 100644 --- a/flake.lock +++ b/flake.lock @@ -38,20 +38,18 @@ }, "nixpkgs_2": { "info": { - "lastModified": 1585044620, - "narHash": "sha256-719eq/d2G5RM5sKJjbQw2MHHCw0E9EOwQturM3jeXqA=" + "lastModified": 1585225173, + "narHash": "sha256-wWMFs6+s7lv5u3eTuitrEna1vPx44tCxpllxmy+/SvE=" }, "locked": { - "owner": "ehmry", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "563dcf1c8b3a034edc948eed03a4a176647f8ae2", + "rev": "9ee46bfb230226118ea70c9ed364021834965d0b", "type": "github" }, "original": { - "owner": "ehmry", - "ref": "tier7", - "repo": "nixpkgs", - "type": "github" + "id": "nixpkgs", + "type": "indirect" } }, "root": { diff --git a/flake.nix b/flake.nix index c8621a1..5594339 100644 --- a/flake.nix +++ b/flake.nix @@ -5,15 +5,7 @@ description = "Genode packages"; - inputs = { - genode-depot.uri = "git+https://git.sr.ht/~ehmry/genode-depot"; - nixpkgs = { - type = "github"; - owner = "ehmry"; - repo = "nixpkgs"; - ref = "tier7"; - }; - }; + inputs.genode-depot.uri = "git+https://git.sr.ht/~ehmry/genode-depot"; outputs = { self, genode-depot, nixpkgs }: let