Commit 9f7e31538072
Changed files (2)
home
systems
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;