Personal Nix flake
nixos home-manager nix
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: system arg in CI action

+2 -2
+2 -2
nix/apps/default.nix
··· 1 - {...}: { 1 + args: { 2 2 imports = [ 3 3 ./assets.nix 4 - ./ci.nix 4 + (import ./ci.nix args) 5 5 ]; 6 6 }