1
0
mirror of https://cgit.krebsco.de/krops synced 2024-06-01 05:53:32 +02:00

readme source: follow nixos-18.03

This commit is contained in:
lassulus 2018-05-03 21:51:36 +02:00
parent c3af2ddcf2
commit e4269ed29b

View File

@ -24,8 +24,8 @@ let
source = lib.evalSource [{
nixpkgs.git = {
ref = "4b4bbce199d3b3a8001ee93495604289b01aaad3";
url = https://github.com/NixOS/nixpkgs;
ref = "origin/nixos-18.03";
url = https://github.com/NixOS/nixpkgs-channels;
};
nixos-config.file = toString (pkgs.writeText "nixos-config" ''
{ pkgs, ... }: {