mirror of
https://cgit.krebsco.de/krops
synced 2024-11-23 11:39:48 +01:00
readme source: follow nixos-18.03
This commit is contained in:
parent
c3af2ddcf2
commit
e4269ed29b
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ let
|
||||||
|
|
||||||
source = lib.evalSource [{
|
source = lib.evalSource [{
|
||||||
nixpkgs.git = {
|
nixpkgs.git = {
|
||||||
ref = "4b4bbce199d3b3a8001ee93495604289b01aaad3";
|
ref = "origin/nixos-18.03";
|
||||||
url = https://github.com/NixOS/nixpkgs;
|
url = https://github.com/NixOS/nixpkgs-channels;
|
||||||
};
|
};
|
||||||
nixos-config.file = toString (pkgs.writeText "nixos-config" ''
|
nixos-config.file = toString (pkgs.writeText "nixos-config" ''
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
|
|
Loading…
Reference in a new issue