2
0
Fork 0

flake: move nixpkgs input to nixos-staging

This commit is contained in:
Ehmry - 2020-05-21 19:34:32 +05:30
parent 6cef1518de
commit 5d8755b41d
2 changed files with 5 additions and 5 deletions

View File

@ -2,18 +2,18 @@
"nodes": {
"nixpkgs": {
"info": {
"lastModified": 1589977763,
"narHash": "sha256-fnJiDoqFd2TN/4heLwpG62SQhEhzVgkTh/1T3CPD1zw="
"lastModified": 1590073427,
"narHash": "sha256-Il+Ae32CqU1Kqms33VzwDevfA9syYHXZuYpP5F5SRD4="
},
"locked": {
"owner": "ehmry",
"repo": "nixpkgs",
"rev": "22ff2a77d2afed70fe439b5440aefc16340abac0",
"rev": "410471797ff726d5f7aaf77865658ab31249470b",
"type": "github"
},
"original": {
"owner": "ehmry",
"ref": "genode",
"ref": "genode-unstable",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -5,7 +5,7 @@
description = "Genode packages";
inputs.nixpkgs.uri = "github:ehmry/nixpkgs?ref=genode";
inputs.nixpkgs.uri = "github:ehmry/nixpkgs/genode-unstable";
outputs = { self, nixpkgs }:
let