forked from CCCHH/nix-infra
Use Forgejo 1.21 from NixOS unstable to make Actions work properly
1.21 has scheduled Actions for example, which we need.
This commit is contained in:
parent
85c059c75c
commit
f6567bffb2
2 changed files with 6 additions and 1 deletions
|
@ -57,6 +57,7 @@
|
|||
'';
|
||||
});
|
||||
};
|
||||
pkgs-unstable = nixpkgs-unstable.legacyPackages."x86_64-linux";
|
||||
in {
|
||||
colmena = {
|
||||
meta = {
|
||||
|
@ -65,6 +66,9 @@
|
|||
audio-hauptraum-kueche = nixpkgs-unstable.legacyPackages."x86_64-linux".extend shairportSync431ExtendedNixpkgsUnstableOverlay;
|
||||
audio-hauptraum-tafel = nixpkgs-unstable.legacyPackages."x86_64-linux".extend shairportSync431ExtendedNixpkgsUnstableOverlay;
|
||||
};
|
||||
nodeSpecialArgs = {
|
||||
git = { inherit pkgs-unstable; };
|
||||
};
|
||||
};
|
||||
|
||||
audio-hauptraum-kueche = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue