Start refactoring

- remove emacs
- remove inputs
- trying to speed up evaluation
- update inputs
This commit is contained in:
Andrea Ciceri 2024-09-19 14:34:37 +02:00
parent 0ab8805aa5
commit 2d3e4844b7
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
39 changed files with 808 additions and 1452 deletions

View file

@ -19,7 +19,6 @@
type = lib.types.listOf overlayType;
default = with inputs; [
agenix.overlays.default
nur.overlay
(final: _: {
inherit (disko.packages.${final.system}) disko;
inherit (self.packages.${final.system}) deploy;
@ -46,7 +45,7 @@
_module.args.pkgs =
lib.foldl
(legacyPackages: legacyPackages.extend)
inputs.nixpkgsUnstable.legacyPackages.${system}
inputs.nixpkgs.legacyPackages.${system}
config.fleet.overlays;
packages =