mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Work for CI building
This commit is contained in:
parent
5c58cfe177
commit
c6856c69d6
3 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue