mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-29 23:35:33 +03:00
feat: add detect-projects
app to outputs of makeFlakeOutputs
resolves PR change request
This commit is contained in:
parent
4b57061c04
commit
f83a752d38
@ -1,3 +1,9 @@
|
||||
# projects.toml file describing inputs for dream2nix
|
||||
#
|
||||
# To re-generate this file, run:
|
||||
# nix run github:nix-community/dream2nix#detect-projects $source
|
||||
# nix run .#detect-projects $source
|
||||
# ... where `$source` points to the source of your project.
|
||||
#
|
||||
# If the local flake is unavailable, alternatively execute the app from the
|
||||
# upstream dream2nix flake:
|
||||
# nix run github:nix-community/dream2nix#detect-projects $source
|
||||
|
@ -182,7 +182,12 @@
|
||||
;
|
||||
};
|
||||
in
|
||||
allOutputs)
|
||||
framework.dlib.recursiveUpdateUntilDrv
|
||||
allOutputs
|
||||
{
|
||||
apps.detect-projects =
|
||||
dream2nixFor.${system}.flakeApps.detect-projects;
|
||||
})
|
||||
allPkgs;
|
||||
|
||||
flakifiedOutputsList =
|
||||
|
Loading…
Reference in New Issue
Block a user