Commit Graph

16 Commits

Author SHA1 Message Date
NotAShelf
6a9547bb10 nix: fix incramental flags, again
I'm blind *and* stupid. Cheers!
2024-10-31 23:38:32 +03:00
NotAShelf
57139e050b nix/packages: fix incramental builds variable
https://doc.rust-lang.org/cargo/reference/config.html
2024-10-31 23:26:05 +03:00
NotAShelf
3e98dcb93e nix: re-organize flake structure 2024-10-31 23:26:03 +03:00
Mihai Fufezan
bd8e62dd0a Nix: remove redundant enableParallelBuilding 2024-10-13 23:18:40 +03:00
NotAShelf
d48ec1fb88 nix: clean up; generalize; enable parallel builds 2024-10-13 15:28:27 +03:00
jacekpoz
9195eae6bb nix: add meta.mainProgram 2024-07-15 22:08:58 +02:00
NotAShelf
1af888794d nix: get rid of with lib; and inherit explicitly 2024-06-04 19:39:10 +03:00
NotAShelf
26d4a72901 nix: inherit self from destructured args; get rid of rec 2024-06-04 19:21:46 +03:00
NotAShelf
4064b0b4a7 nix: avoid with lib; where applicable 2024-06-03 20:21:03 +03:00
NotAShelf
59e0bf6e57 nix: cleanup (#75)
* dev: typo in cache job name

* nix: cleanup
2023-08-07 23:11:31 +03:00
Benoit Louy
0132984722 speedup build by only building sub directories (#62) 2023-07-06 17:23:23 +03:00
Michał
8442050078 fix: specify valid default value (#61) 2023-07-06 00:00:00 +03:00
Michał
0cdfbead2f refactor: update hm module (#56) 2023-07-04 20:19:33 +03:00
Michał
f9219bffac refactor: update hm module (#55) 2023-07-04 19:38:41 +03:00
eriedaberrie
e37a97b468 nix: fix non-null max_entries value in home-manager module (#50) 2023-06-27 07:35:02 +03:00
NotAShelf
099e1a08fd nix: rewrite nix flake from ground up and introduce home-manager module (#44)
* rewrite nix flake and move default package

* revert: remove .envrc

* feat: create home-manager module

big W

* fix: properly parse null for config.plugins

* build plugins from template derivation

* build plugins from template derivation

* cache each plugin individually

* pass name and derivation to template derivation

* fix: rework the devShell

* fix: add missing flake-parts input

* feat: make anyrun not build plugins

it only builds plugins on the anyrun-with-all-plugins package

* chore: write documentation about HM module

* fix: specify pname for plugins

* nix: flake-parts follows nixpkgs

* nix: formatting via alejandra

---------

Co-authored-by: n3oney <neo@neoney.dev>
2023-06-21 18:49:10 +03:00