overlays: add convenience file for builds
This commit is contained in:
parent
16ac9ae637
commit
dddce20c7f
2 changed files with 9 additions and 1 deletions
8
overlays/build-me.nix
Normal file
8
overlays/build-me.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# File used in GitHub workflow to build my overlays
|
||||
let
|
||||
pkgs = import <nixpkgs> { overlays = import ./.; };
|
||||
in
|
||||
with pkgs; [
|
||||
bitwarden_rs-postgresql
|
||||
bitwarden_rs-vault
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue