2
0
Fork 0

Update flake input

This commit is contained in:
Ehmry - 2020-08-17 15:07:12 +02:00
parent 1735376f48
commit 5bacdfc747
2 changed files with 6 additions and 11 deletions

View File

@ -2,18 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1597134609,
"narHash": "sha256-hzF9zvnR2WSPcpiWuvdiPXMvqhHP/Rnno6hMhJm59RI=",
"owner": "ehmry",
"lastModified": 1597596130,
"narHash": "sha256-CnRN6vIcPm5O+Piw9Nw+n9CFrvtXUc18Az7B6NqVgWM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "de1c8a039fb0f2564526633ddfe9498354a5154b",
"rev": "16fc531784ac226fb268cc59ad573d2746c109c1",
"type": "github"
},
"original": {
"owner": "ehmry",
"repo": "nixpkgs",
"rev": "de1c8a039fb0f2564526633ddfe9498354a5154b",
"type": "github"
"id": "nixpkgs",
"type": "indirect"
}
},
"root": {

View File

@ -3,9 +3,6 @@
{
description = "Genode packages";
inputs.nixpkgs.url =
"github:ehmry/nixpkgs/de1c8a039fb0f2564526633ddfe9498354a5154b";
outputs = { self, nixpkgs }:
let
localSystems = [ "x86_64-linux" ];