feat(etna): add attic
This commit is contained in:
parent
8c1ee688b6
commit
3dd4526878
7 changed files with 114 additions and 6 deletions
15
flake.nix
15
flake.nix
|
@ -38,6 +38,11 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
crane = {
|
||||
url = "github:ipetkov/crane";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
catppuccin.url = "github:Stonks3141/ctp-nix";
|
||||
|
||||
lanzaboote = {
|
||||
|
@ -45,6 +50,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-parts.follows = "flake-parts";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
inputs.crane.follows = "crane";
|
||||
inputs.pre-commit-hooks-nix.follows = "";
|
||||
inputs.flake-compat.follows = "";
|
||||
};
|
||||
|
@ -64,6 +70,15 @@
|
|||
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