Update flake.nix

This commit is contained in:
Emery Hemingway 2020-01-23 15:09:23 +01:00
parent 042e2b3450
commit a8fea0dc44
2 changed files with 10 additions and 11 deletions

View File

@ -4,20 +4,20 @@
"inputs": {
"nixpkgs": {
"inputs": {},
"narHash": "sha256-aFixJLbJ9ubH5I6ST8k9NRjb/d7o/MAu1Qc/1Sv6eRY=",
"narHash": "sha256-NB+H7zK3BB//zM127FqgbG4iAfY+nS/IOyO+uGWA5Ho=",
"originalUrl": "nixpkgs",
"url": "git+https://gitea.c3d2.de/ehmry/nixpkgs.git?ref=genode-19.09&rev=489c8ae221fde2b011ebfc207eb3acb6573816ce"
"url": "github:edolstra/nixpkgs/7845bf5f4b3013df1cf036e9c9c3a55a30331db9"
}
},
"narHash": "sha256-5QBWE3wHBpVx0L3bdYzYsUFz/qPxjekThlMNrMqu6xw=",
"originalUrl": "git+https://git.sr.ht/~ehmry/nimble_flake",
"url": "git+https://git.sr.ht/~ehmry/nimble_flake?ref=master&rev=da0efe3af853cf597b52d47a04848074a6a31a13"
"narHash": "sha256-I3+1jCIL0WWRlfqhBtJLnd1jb1JVlLLtOXh/Hi4/96o=",
"originalUrl": "github:nix-community/flake-nimble",
"url": "github:nix-community/flake-nimble/79b0eef6fc752d605edacff110369cf240de5934"
},
"nixpkgs": {
"inputs": {},
"narHash": "sha256-aFixJLbJ9ubH5I6ST8k9NRjb/d7o/MAu1Qc/1Sv6eRY=",
"originalUrl": "git+https://gitea.c3d2.de/ehmry/nixpkgs?ref=genode",
"url": "git+https://gitea.c3d2.de/ehmry/nixpkgs?ref=genode&rev=489c8ae221fde2b011ebfc207eb3acb6573816ce"
"narHash": "sha256-NB+H7zK3BB//zM127FqgbG4iAfY+nS/IOyO+uGWA5Ho=",
"originalUrl": "nixpkgs",
"url": "github:edolstra/nixpkgs/7845bf5f4b3013df1cf036e9c9c3a55a30331db9"
}
},
"version": 3

View File

@ -3,8 +3,7 @@
edition = 201909;
inputs.nimble.uri = "git+https://git.sr.ht/~ehmry/nimble_flake";
inputs.nixpkgs.uri = "git+https://gitea.c3d2.de/ehmry/nixpkgs?ref=genode";
inputs.nimble.uri = "github:nix-community/flake-nimble";
outputs = { self, nixpkgs, nimble }:
let
@ -35,7 +34,7 @@
buildBot = { system, localSystem, crossSystem }:
nimble.defaultPackage."${system}".buildNimble {
nimble.defaultPackage.${system}.buildNimble {
name = "hqtoxbot";
src = self;
homepage = "https://gitea.c3d2.de/ehmry/hqtoxbot";