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": { "nodes": {
"nixpkgs": { "nixpkgs": {
"info": { "info": {
"lastModified": 1589977763, "lastModified": 1590073427,
"narHash": "sha256-fnJiDoqFd2TN/4heLwpG62SQhEhzVgkTh/1T3CPD1zw=" "narHash": "sha256-Il+Ae32CqU1Kqms33VzwDevfA9syYHXZuYpP5F5SRD4="
}, },
"locked": { "locked": {
"owner": "ehmry", "owner": "ehmry",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "22ff2a77d2afed70fe439b5440aefc16340abac0", "rev": "410471797ff726d5f7aaf77865658ab31249470b",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "ehmry", "owner": "ehmry",
"ref": "genode", "ref": "genode-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

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