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:
parent
95b06db775
commit
44245ab5f9
7 changed files with 4 additions and 90 deletions
14
flake.nix
14
flake.nix
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue