readme source: follow nixos-18.03

This commit is contained in:
lassulus 2018-05-03 21:51:36 +02:00
parent c3af2ddcf2
commit e4269ed29b
1 changed files with 2 additions and 2 deletions

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, ... }: {