bdc46f6392
This is even useful for local development, as you can pre-populate the binary cache before running CI (assuming you have the token). Also, it being in a script makes it easier to test. We've added attic as a flake input even though the flake itself doesn't use it so that we can use `--inputs-from .` in Nix commands to reference a locked version of attic. This helps with reproducibility and caching, and to makes it easy to update attic because it's part of the normal flake lifecycle.
5 lines
45 B
Bash
5 lines
45 B
Bash
#!/usr/bin/env bash
|
|
|
|
use flake
|
|
|
|
PATH_add bin
|