mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
nix: +boomer
This commit is contained in:
parent
fe05b5ba5a
commit
99f358208d
2 changed files with 30 additions and 6 deletions
|
|
@ -16,12 +16,12 @@ lib.composeManyExtensions [
|
|||
|
||||
wallpapers = final.callPackage sources.wallpapers {};
|
||||
|
||||
# TODO: only has flake
|
||||
#
|
||||
# inherit
|
||||
# (inputs.boomer.packages.${final.system})
|
||||
# boomer
|
||||
# ;
|
||||
# Boomer has no flake-compat built-in, so let's hack it
|
||||
boomer = let
|
||||
flake-compat = import sources.flake-compat;
|
||||
boomer-flake = (flake-compat {src = sources.boomer;}).defaultNix;
|
||||
in
|
||||
boomer-flake.packages.${final.system}.default;
|
||||
|
||||
inherit (final.callPackage sources.agenix {}) agenix;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue