overlays: add convenience file for builds
This commit is contained in:
parent
16ac9ae637
commit
dddce20c7f
2 changed files with 9 additions and 1 deletions
2
.github/workflows/cachix.yml
vendored
2
.github/workflows/cachix.yml
vendored
|
|
@ -18,4 +18,4 @@ jobs:
|
|||
with:
|
||||
name: alarsyo
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix-build -E 'let pkgs = import <nixpkgs> { overlays = import ./overlays; }; in with pkgs; [ bitwarden_rs-postgresql bitwarden_rs-vault ]'
|
||||
- run: nix-build ./overlays/build-me.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue