chore(etna): disable attic

just unused, adds yet another thing to compile so i don't really see the
point anymore
This commit is contained in:
uku 2024-04-21 19:36:06 +02:00
parent 95b06db775
commit 44245ab5f9
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
7 changed files with 4 additions and 90 deletions

View file

@ -1,11 +1,6 @@
{
description = "example flake idk";
nixConfig = {
extra-substituters = ["https://attic.uku3lig.net/uku"];
extra-trusted-public-keys = ["uku:kGzXVpH0LmCl9G+Omy5ObkcjTLdasfj3NlOEuWWfne8="];
};
outputs = {flake-parts, ...} @ inputs:
flake-parts.lib.mkFlake {inherit inputs;} {
systems = ["x86_64-linux"];
@ -70,15 +65,6 @@
inputs.flake-compat.follows = "";
};
attic = {
url = "github:zhaofengli/attic";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs"; # trolley emojo
inputs.flake-utils.follows = "flake-utils";
inputs.crane.follows = "crane";
inputs.flake-compat.follows = "";
};
vscode-extensions = {
url = "github:nix-community/nix-vscode-extensions";
inputs.nixpkgs.follows = "nixpkgs";