Chad Crawford
Chad Crawford
Related to the discussion in #5720. This is a test to see what would be needed to pull out of cachy to get it into Poetry entirely. The result is...
I noticed this file had a lot of repeated code due to the need to manually specify each lock file. Added a few methods to drop this down from 1.9k...
* Create GNU APL script hello.apl * Add default.nix
* add `flake.nix`/`default.nix` for a nixified package build * users can then install omni with `nix shell github:xaf/omni` or by adding it to their Nix system configuration
* `nix run .#describe-hosts`: print details about host configs * `nix run .#describe-apps`: print details about app configs
``` chadac@nixos: ~/code/github.com/chadac/nixspace-dev/root/service/gql-api main ⚡ $ ns build .#package [9:28:55] error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'gql-api-1.0.0' whose name attribute...