Your one-stop-cake-shop for everything Freshly Baked has to offer

refactor(*): add nilla/etc. in top level directory #132

merged opened by freshlybakedca.ke targeting main from private/minion/push-mmztworysmow

Our josh files and combined project pieces have been a mess for a while. As I'm creating a new project, I thought it was high time to tidy them up so they pull out the right files and we can share things like our inputs.

Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:k2zmz2l3hvfr44tmlhewol2j/sh.tangled.repo.pull/3mbjgrzgrme22
+14 -5
Interdiff #5 #6
+9
nilla.nix
··· 22 22 modules = [ 23 23 ./packetmix/project.nix 24 24 ./sprinkles/project.nix 25 + ( 26 + { config, ... }: 27 + { 28 + config.inputs = builtins.mapAttrs (name: value: { 29 + src = value; 30 + settings = (settings config).${name} or config.lib.constants.undefined; 31 + }) pins; 32 + } 33 + ) 25 34 ]; 26 35 27 36 args = {
npins/default.nix

This file has not been changed.

npins/default.nix.license

This file has not been changed.

npins/sources.json

This file has not been changed.

npins/sources.json.license

This file has not been changed.

packetmix/inputs.nix

This file has not been changed.

packetmix/nilla.nix

This file has not been changed.

packetmix/packages/vs-launcher/default.nix

This file has not been changed.

packetmix/project.nix

This file has not been changed.

projects/nilla.nix

This file has not been changed.

projects/packetmix/workspace.josh

This file has not been changed.

projects/sprinkles/workspace.josh

This file has not been changed.

sprinkles/npins/default.nix

This file has not been changed.

sprinkles/npins/default.nix.license

This file has not been changed.

sprinkles/npins/sources.json

This file has not been changed.

sprinkles/npins/sources.json.license

This file has not been changed.

sprinkles/project.nix

This file has not been changed.

+2 -2
.tangled/workflows/packetmix-build.yml
··· 45 45 mkdir -p /tmp/systems-drv-paths 46 46 47 47 systems=$(nix eval \ 48 - --expr 'builtins.concatStringsSep "\n" (builtins.attrNames (import ./packetmix/ci.nix).systems.nixos)' \ 48 + --expr 'builtins.concatStringsSep "\n" (builtins.attrNames (import ./ci.nix).systems.nixos)' \ 49 49 --impure \ 50 50 --show-trace --raw) 51 51 ··· 53 53 echo "Evaluating system $system" 54 54 55 55 eval_out=$(nix eval \ 56 - -f ./packetmix/ci.nix "systems.nixos.$system.result.config.system.build.toplevel.drvPath" \ 56 + -f ./ci.nix "systems.nixos.$system.result.config.system.build.toplevel.drvPath" \ 57 57 --show-trace --raw \ 58 58 2>&1 >"/tmp/systems-drv-paths/$system" | tee /dev/stderr) 59 59 eval_status=$?
+2 -2
.tangled/workflows/packetmix-release.yml
··· 52 52 mkdir -p /tmp/systems-drv-paths 53 53 54 54 systems=$(nix eval \ 55 - --expr 'builtins.concatStringsSep "\n" (builtins.attrNames (import ./packetmix/ci.nix).systems.nixos)' \ 55 + --expr 'builtins.concatStringsSep "\n" (builtins.attrNames (import ./ci.nix).systems.nixos)' \ 56 56 --impure \ 57 57 --show-trace --raw) 58 58 ··· 60 60 echo "Evaluating system $system" 61 61 62 62 eval_out=$(nix eval \ 63 - -f ./packetmix/ci.nix "systems.nixos.$system.result.config.system.build.toplevel.drvPath" \ 63 + -f ./ci.nix "systems.nixos.$system.result.config.system.build.toplevel.drvPath" \ 64 64 --show-trace --raw \ 65 65 2>&1 >"/tmp/systems-drv-paths/$system" | tee /dev/stderr) 66 66 eval_status=$?
+1 -1
.tangled/workflows/packetmix-treefmt.yaml
··· 42 42 set -e 43 43 44 44 treefmt=$(nix build \ 45 - -f ./packetmix/ci.nix packages.treefmt.result.x86_64-linux \ 45 + -f ./ci.nix packages.treefmt.result.x86_64-linux \ 46 46 --store 'ssh-ng://remoteBuilds@midnight?ssh-key=/tmp/key-ssh-remote-build' \ 47 47 --eval-store auto \ 48 48 --show-trace --print-out-paths)
ci.nix

History

15 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
refactor(*): add nilla/etc. in top level directory
5/5 success
expand
expand 0 comments
pull request successfully merged
1 commit
expand
refactor(*): add nilla/etc. in top level directory
5/5 success
expand
expand 0 comments
1 commit
expand
refactor(*): add nilla/etc. in top level directory
5/5 success
expand
expand 0 comments
1 commit
expand
refactor(*): add nilla/etc. in top level directory
5/5 success
expand
expand 0 comments
1 commit
expand
refactor(*): add nilla/etc. in top level directory
5/5 success
expand
expand 0 comments
1 commit
expand
refactor(*): add nilla/etc. in top level directory
5/5 success
expand
expand 0 comments
1 commit
expand
refactor(*): add nilla/etc. in top level directory
5/5 success
expand
expand 0 comments
1 commit
expand
refactor(*): add nilla/etc. in top level directory
5/5 success
expand
expand 0 comments
1 commit
expand
refactor(*): add nilla/etc. in top level directory
expand 0 comments
1 commit
expand
refactor(*): add nilla/etc. in top level directory
expand 0 comments
1 commit
expand
refactor(*): add nilla/etc. in top level directory
expand 0 comments
1 commit
expand
refactor(*): add nilla/etc. in top level directory
expand 0 comments
1 commit
expand
refactor(*): add nilla/etc. in top level directory
expand 0 comments
1 commit
expand
refactor(*): add nilla/etc. in top level directory
expand 0 comments
1 commit
expand
refactor(*): add nilla/etc. in top level directory
expand 0 comments