rix101/modules/flake
reo101 2941536b80
refactor(flake)!: export packages using a flake module
Also stop passing `outputs` around, prefer `inputs.self`
Also put all `auto_` in `readOnly` `internal` options
- `autoModules`, `autoConfigurations` and `autoPackages`
Do not export packages as overlay (causes an infinite recursion)
- this is documented on the two places it has effect on
-- in `./overlays/default.nix` and `./modules/flake/configurations.nix`
-- in `autoConfigurations` we manually extend `pkgs` with the flake packages
Allow packages to say what `systems` they are compatible with
- See `./pkgs/swww/systems.nix` - disabled for all systems
- See `./pkgs/pngpaste/systems.nix` - enabled only for `darwin` targets
2024-07-29 01:54:22 +03:00
..
packages refactor(flake)!: export packages using a flake module 2024-07-29 01:54:22 +03:00
topology feat(topology): add legacyPackages package for convenience 2024-07-27 13:39:33 +03:00
agenix.nix feat(flake)!: *dogfood* on all flake modules 2024-07-25 01:25:21 +03:00
configurations.nix refactor(flake)!: export packages using a flake module 2024-07-29 01:54:22 +03:00
deploy.nix refactor(flake)!: export packages using a flake module 2024-07-29 01:54:22 +03:00
modules.nix refactor(flake)!: export packages using a flake module 2024-07-29 01:54:22 +03:00
pkgs.nix refactor(flake)!: export packages using a flake module 2024-07-29 01:54:22 +03:00
README.md feat(flake): start using flake-parts 2023-12-31 19:00:18 +02:00

Add your reusable flake modules to this directory (https://flake.parts/)

These are considered modules:

  • files, ending in .nix (excluding default.nix)
  • directories, containing default.nix