Use packagesFromDirectoryRecursive to improve package building
This commit is contained in:
parent
57dafbe7e1
commit
8aa578123c
10 changed files with 27 additions and 33 deletions
|
|
@ -16,7 +16,7 @@ update:
|
|||
nix flake update --log-format internal-json 2>&1 | nom --json
|
||||
|
||||
updatePkgs:
|
||||
cd pkgs && nvfetcher
|
||||
nvfetcher
|
||||
|
||||
build specialisation=DEFAULT_SPECIALISATION:
|
||||
nh os build {{ FLAKE_HOME }} {{ if specialisation == DEFAULT_SPECIALISATION { "-S" } else { "-s " + specialisation } }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue