Work for CI building

This commit is contained in:
kat witch 2021-11-05 22:35:29 +00:00
parent 5c58cfe177
commit c6856c69d6
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }: with lib;
{
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
boot.kernelPackages = mkIf (builtins.getEnv "CI_PLATFORM" == "impure") (mkDefault pkgs.linuxPackages_latest);
hardware.enableRedistributableFirmware = lib.mkDefault true;
boot.tmpOnTmpfs = true;
boot.zfs.enableUnstable = mkIf (elem "zfs" config.boot.supportedFilesystems) true;

View file

@ -89,10 +89,10 @@
"homepage": null,
"owner": "kittywitch",
"repo": "nixexprs",
"rev": "2247df2cb07e643e11d8991f343ca4380bc8ce5e",
"sha256": "0fz57fzj901gv49caf8knbrvp0b55hhfb93r60wniqy1gs6mw2lj",
"rev": "dd65c9e54e716d6f92a04e277564110154337f8d",
"sha256": "1zr003vrax6nkmhlsvr2kvh75v10hh42n5i7ybzfhmnqrmdqh4rw",
"type": "tarball",
"url": "https://github.com/kittywitch/nixexprs/archive/2247df2cb07e643e11d8991f343ca4380bc8ce5e.tar.gz",
"url": "https://github.com/kittywitch/nixexprs/archive/dd65c9e54e716d6f92a04e277564110154337f8d.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"niv": {

@ -1 +1 @@
Subproject commit 2247df2cb07e643e11d8991f343ca4380bc8ce5e
Subproject commit dd65c9e54e716d6f92a04e277564110154337f8d