Update flake.nix

This commit is contained in:
Ehmry - 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": { "inputs": {
"nixpkgs": { "nixpkgs": {
"inputs": {}, "inputs": {},
"narHash": "sha256-aFixJLbJ9ubH5I6ST8k9NRjb/d7o/MAu1Qc/1Sv6eRY=", "narHash": "sha256-NB+H7zK3BB//zM127FqgbG4iAfY+nS/IOyO+uGWA5Ho=",
"originalUrl": "nixpkgs", "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=", "narHash": "sha256-I3+1jCIL0WWRlfqhBtJLnd1jb1JVlLLtOXh/Hi4/96o=",
"originalUrl": "git+https://git.sr.ht/~ehmry/nimble_flake", "originalUrl": "github:nix-community/flake-nimble",
"url": "git+https://git.sr.ht/~ehmry/nimble_flake?ref=master&rev=da0efe3af853cf597b52d47a04848074a6a31a13" "url": "github:nix-community/flake-nimble/79b0eef6fc752d605edacff110369cf240de5934"
}, },
"nixpkgs": { "nixpkgs": {
"inputs": {}, "inputs": {},
"narHash": "sha256-aFixJLbJ9ubH5I6ST8k9NRjb/d7o/MAu1Qc/1Sv6eRY=", "narHash": "sha256-NB+H7zK3BB//zM127FqgbG4iAfY+nS/IOyO+uGWA5Ho=",
"originalUrl": "git+https://gitea.c3d2.de/ehmry/nixpkgs?ref=genode", "originalUrl": "nixpkgs",
"url": "git+https://gitea.c3d2.de/ehmry/nixpkgs?ref=genode&rev=489c8ae221fde2b011ebfc207eb3acb6573816ce" "url": "github:edolstra/nixpkgs/7845bf5f4b3013df1cf036e9c9c3a55a30331db9"
} }
}, },
"version": 3 "version": 3

View File

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