Skip to content

flake.lock: Update#1

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
update_flake_lock_action
Open

flake.lock: Update#1
github-actions[bot] wants to merge 1 commit into
masterfrom
update_flake_lock_action

flake.lock: Update

c745152
Select commit
Loading
Failed to load commit list.
Garnix CI / homeConfig peter-doctor-cluster failed Jul 19, 2026 in 1m 30s

homeConfig peter-doctor-cluster

homeConfig peter-doctor-cluster failed

Details

Last 100 lines of logs:

peter-doctor-cluster> failed running package evaluation. If you have `nix` installed, you can reproduce the error locally by running: prlimit --as=8589934592 nix build /tmp/garnix-runs-ad0ae8d2fa9c30f3#homeConfigurations.peter-doctor-cluster.activationPackage --dry-run --json
peter-doctor-cluster> warning: ignoring untrusted flake configuration setting 'extra-substituters'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'extra-trusted-public-keys'.
Pass '--accept-flake-config' to trust it
error (ignored): SQLite database '/home/nix-runner/.cache/nix/eval-cache-v6/38580e2126794a93200b15b9a3c0197453eb01c6a8dd883b899a7387bc3f277e.sqlite' is busy
unpacking 'github:Mic92/nix-index-database/4f8d52a3598b0dc7db7a5e7b419e3edd9d1ecfdb?narHash=sha256-Q5kNLlWngt7TaIIZoxDKWMHjiSaNRVqr70FqWCRRfr4%3D' into the Git cache...
unpacking 'github:noctalia-dev/noctalia-shell/1b0d7ae454a6d09a5f2cc2097274173424139b41?narHash=sha256-N7cwX7wpUA4k2rpNkkEKrhr2DUhFWvGxTgz9Q%2B8rOLY%3D' into the Git cache...
error:
       … in the left operand of the update (//) operator
         at «github:nix-community/home-manager/4ce190229c73d44536caa7072f6308fb2d8feeb3?narHash=sha256-ZWyzLbS1yKUTeFJLmdVuWNnHttL333/ldJbEE%2BKzCrM%3D»/modules/default.nix:60:5:
           59|     in
           60|     module
             |     ^
           61|     // {

       … while evaluating a branch condition
         at «github:Nixos/nixpkgs/293d6abedf0478e681a4dfcfcb35b30fc796a32f?narHash=sha256-DtoqIqM7VkR6NxAkcLpMwmi02USwWb3JdmNGLyhthc0%3D»/lib/lists.nix:141:18:
          140|       len = length list;
          141|       fold' = n: if n == len then nul else op (elemAt list n) (fold' (n + 1));
             |                  ^
          142|     in

       … while evaluating the error message for definitions for `programs.noctalia-shell', which is an option that does not exist

       … while evaluating a definition from `/nix/store/mn1bw32whlgvf026fd4b1vf581hd3h3p-source/homeManager/noctalia.nix'

       … while evaluating an attribute `condition`

       … while evaluating the option `my-noctalia.enable':

       … while evaluating definitions from `/nix/store/mn1bw32whlgvf026fd4b1vf581hd3h3p-source/homeManager/peter.nix':

       … while evaluating the module argument `my-noctalia' in "/nix/store/mn1bw32whlgvf026fd4b1vf581hd3h3p-source/homeManager/peter.nix":

       … noting that argument `my-noctalia` is not externally provided, so querying `_module.args` instead, requiring `config`

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: attribute 'my-noctalia' missing
       at «github:Nixos/nixpkgs/293d6abedf0478e681a4dfcfcb35b30fc796a32f?narHash=sha256-DtoqIqM7VkR6NxAkcLpMwmi02USwWb3JdmNGLyhthc0%3D»/lib/modules.nix:729:13:
          728|             "noting that argument `${name}` is not externally provided, so querying `_module.args` instead, requiring `config`"
          729|             config._module.args.${name}
             |             ^
          730|           )