summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-04-12 19:30:02 +0200
committermakefu <github@syntax-fehler.de>2019-04-12 19:30:02 +0200
commitd8590aefb252087111364aa718b59e33d79a60db (patch)
tree2539b3dd8d653dbba3aae6370fbd8f54445e0bce /makefu
parent8bea69348ae0f286b395e9087db7d70e6f1a375a (diff)
ma krops: use upstream krebs nixpkgs.json
Diffstat (limited to 'makefu')
-rw-r--r--makefu/krops.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/makefu/krops.nix b/makefu/krops.nix
index 7c3fbcf4..c180dcf3 100644
--- a/makefu/krops.nix
+++ b/makefu/krops.nix
@@ -20,10 +20,6 @@
} // import (./. + "/1systems/${name}/source.nix");
source = { test }: lib.evalSource [
{
- # nixos-18.09 @ 2018-09-18
- # + uhub/sqlite: 5dd7610401747
- # + hovercraft: 7134801b17d72
- # + PR#53934: eac6797380af1
nixpkgs = if host-src.arm6 then {
# TODO: we want to track the unstable channel
symlink = "/nix/var/nix/profiles/per-user/root/channels/nixos/";
@@ -31,7 +27,7 @@
derivation = ''
with import <nixpkgs> {};
pkgs.fetchFromGitHub {
- owner = "makefu";
+ owner = "nixos";
repo = "nixpkgs";
rev = "${nixpkgs-src.rev}";
sha256 = "${nixpkgs-src.sha256}";