From a8fea0dc445ef7537f62e2cd8bf90a92c33faa9a Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Thu, 23 Jan 2020 15:09:23 +0100 Subject: [PATCH] Update flake.nix --- flake.lock | 16 ++++++++-------- flake.nix | 5 ++--- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index 899a12c..cfb7187 100644 --- a/flake.lock +++ b/flake.lock @@ -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 diff --git a/flake.nix b/flake.nix index 78e8fe6..967c43e 100644 --- a/flake.nix +++ b/flake.nix @@ -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";