Nix flake: use Github url for Nixpkgs

This commit is contained in:
Ehmry - 2020-01-13 20:55:41 +01:00
parent b8e25c82da
commit 6463f84741
2 changed files with 3 additions and 3 deletions

View File

@ -22,8 +22,8 @@
"nixpkgs": { "nixpkgs": {
"inputs": {}, "inputs": {},
"narHash": "sha256-EqxCk6ORqq4fkewWttpvks0VycBec9X9spAZ+Pq/CEI=", "narHash": "sha256-EqxCk6ORqq4fkewWttpvks0VycBec9X9spAZ+Pq/CEI=",
"originalUrl": "git+https://gitea.c3d2.de/ehmry/nixpkgs.git?ref=genode", "originalUrl": "github:ehmry/nixpkgs",
"url": "git+https://gitea.c3d2.de/ehmry/nixpkgs.git?ref=genode&rev=cf50f3b8bdc28832249afab6bca68acad832e011" "url": "github:ehmry/nixpkgs/cf50f3b8bdc28832249afab6bca68acad832e011"
} }
}, },
"version": 3 "version": 3

View File

@ -4,7 +4,7 @@
description = "Genode system flake"; description = "Genode system flake";
inputs = { inputs = {
nixpkgs.uri = "git+https://gitea.c3d2.de/ehmry/nixpkgs.git?ref=genode"; nixpkgs.uri = "github:ehmry/nixpkgs";
dhall-haskell.uri = dhall-haskell.uri =
"git+https://github.com/dhall-lang/dhall-haskell?ref=flake"; "git+https://github.com/dhall-lang/dhall-haskell?ref=flake";
}; };