remove tela

This commit is contained in:
jopejoe1 2025-02-23 15:42:57 +01:00
parent 556ed595dd
commit c8852fb864
3 changed files with 0 additions and 25 deletions

17
flake.lock generated
View file

@ -778,7 +778,6 @@
"snm": "snm",
"sops-nix": "sops-nix_2",
"srvos": "srvos",
"tela": "tela",
"treefmt-nix": "treefmt-nix_5"
}
},
@ -916,22 +915,6 @@
"type": "github"
}
},
"tela": {
"flake": false,
"locked": {
"lastModified": 1739165606,
"narHash": "sha256-ufjKFlKJnmNwD2m1w+7JSBQij6ltxXWCpUEvVxECS98=",
"owner": "vinceliuice",
"repo": "Tela-icon-theme",
"rev": "fea810d948a663f336060b97db556274af3fc7c7",
"type": "github"
},
"original": {
"owner": "vinceliuice",
"repo": "Tela-icon-theme",
"type": "github"
}
},
"treefmt-nix": {
"inputs": {
"nixpkgs": [

View file

@ -54,11 +54,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
tela = {
url = "github:vinceliuice/Tela-icon-theme";
flake = false;
};
# Utility
nixos-anywhere = {
url = "github:nix-community/nixos-anywhere";

View file

@ -127,9 +127,6 @@ in
(_self: super: rec {
firefox-addons = self.inputs.firefox-addons.packages.${config.nixpkgs.hostPlatform.system};
localPkgs = self.outputs.packages.${config.nixpkgs.hostPlatform.system};
tela-icon-theme = super.tela-icon-theme.overrideAttrs {
src = self.inputs.tela;
};
})
];
};