ma krops: use upstream krebs nixpkgs.json
This commit is contained in:
parent
8bea69348a
commit
d8590aefb2
@ -20,10 +20,6 @@
|
|||||||
} // import (./. + "/1systems/${name}/source.nix");
|
} // import (./. + "/1systems/${name}/source.nix");
|
||||||
source = { test }: lib.evalSource [
|
source = { test }: lib.evalSource [
|
||||||
{
|
{
|
||||||
# nixos-18.09 @ 2018-09-18
|
|
||||||
# + uhub/sqlite: 5dd7610401747
|
|
||||||
# + hovercraft: 7134801b17d72
|
|
||||||
# + PR#53934: eac6797380af1
|
|
||||||
nixpkgs = if host-src.arm6 then {
|
nixpkgs = if host-src.arm6 then {
|
||||||
# TODO: we want to track the unstable channel
|
# TODO: we want to track the unstable channel
|
||||||
symlink = "/nix/var/nix/profiles/per-user/root/channels/nixos/";
|
symlink = "/nix/var/nix/profiles/per-user/root/channels/nixos/";
|
||||||
@ -31,7 +27,7 @@
|
|||||||
derivation = ''
|
derivation = ''
|
||||||
with import <nixpkgs> {};
|
with import <nixpkgs> {};
|
||||||
pkgs.fetchFromGitHub {
|
pkgs.fetchFromGitHub {
|
||||||
owner = "makefu";
|
owner = "nixos";
|
||||||
repo = "nixpkgs";
|
repo = "nixpkgs";
|
||||||
rev = "${nixpkgs-src.rev}";
|
rev = "${nixpkgs-src.rev}";
|
||||||
sha256 = "${nixpkgs-src.sha256}";
|
sha256 = "${nixpkgs-src.sha256}";
|
||||||
|
Loading…
Reference in New Issue
Block a user