Almost add flake building
Build images / Build (builder) (push) Failing after 1s
Build images / Build (immich) (push) Failing after 1s
Build images / Build (sword-container-builder) (push) Failing after 1s
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
Build images / Build (vm-test) (push) Failing after 1s
Build images / Build (bitwarden) (push) Failing after 1s

This commit is contained in:
Greg Hellings
2026-01-20 13:26:45 -06:00
parent efe97b6aa6
commit 9f4f97ad55
2 changed files with 50 additions and 9 deletions
+11 -4
View File
@@ -1,8 +1,9 @@
{
description = "Standard images that Greg wants to build";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
nix2container.url = "github:nlewo/nix2container";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
};
outputs =
@@ -26,10 +27,16 @@
system,
...
}:
let
lib' = import ./lib { inherit (pkgs) lib; };
in
{
_module.args.pkgs = import nixpkgs {
inherit system;
config.allowUnfree = true;
_module.args = {
pkgs = import nixpkgs {
inherit system;
config.allowUnfree = true;
};
lib = lib';
};
packages =
let