mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
8 lines
242 B
Nix
8 lines
242 B
Nix
# Run the one with my cool feature here for now
|
|
let
|
|
sources = import ../sources.nix;
|
|
inherit (sources) nil;
|
|
in
|
|
final: _: {
|
|
nil = (builtins.getFlake "github:${nil.owner}/${nil.repo}/${nil.rev}").packages.${final.system}.default;
|
|
}
|