Commit 9f7e31538072

Vincent Demeester <vincent@sbr.pm>
2025-06-19 15:02:29
systems & home: remove old overlays import
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 78565fc
Changed files (2)
home/default.nix
@@ -40,10 +40,6 @@
 
   nixpkgs = {
     overlays = [
-
-      # FIXME remove those
-      # (import ./nix/overlays).tekton
-      (import ../nix/overlays/sbr.nix)
       # Our own flake exports (from overlays and pkgs dir)
       outputs.overlays.additions
       outputs.overlays.modifications
systems/default.nix
@@ -34,8 +34,6 @@
       inputs.chick-group.overlays.default
       inputs.agenix.overlays.default
 
-      (import ../nix/overlays/sbr.nix)
-
       # Migrate to "modifications"
       (_: prev: {
         inherit (inputs.buildkit-tekton.packages.${prev.system}) tkn-local;