build!: remove attic
This commit is contained in:
parent
7deef6eabd
commit
8161bfbbc8
3 changed files with 0 additions and 7 deletions
|
@ -17,11 +17,6 @@
|
||||||
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
agenix.url = "github:ryantm/agenix";
|
agenix.url = "github:ryantm/agenix";
|
||||||
|
|
||||||
attic.inputs.flake-utils.follows = "flake-utils";
|
|
||||||
attic.inputs.nixpkgs-stable.follows = "stable";
|
|
||||||
attic.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
attic.url = "github:zhaofengli/attic";
|
|
||||||
|
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
home-manager.url = "github:nix-community/home-manager";
|
home-manager.url = "github:nix-community/home-manager";
|
||||||
|
|
||||||
|
|
|
@ -100,7 +100,6 @@ in
|
||||||
statix
|
statix
|
||||||
manix
|
manix
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
attic
|
|
||||||
|
|
||||||
# other
|
# other
|
||||||
bat
|
bat
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
_: prev:
|
_: prev:
|
||||||
{
|
{
|
||||||
agenix = inputs.agenix.packages.${prev.system}.default;
|
agenix = inputs.agenix.packages.${prev.system}.default;
|
||||||
attic = inputs.attic.packages.${prev.system}.default;
|
|
||||||
hyprpaper = inputs.hyprpaper.packages.${prev.system}.default;
|
hyprpaper = inputs.hyprpaper.packages.${prev.system}.default;
|
||||||
nil = inputs.nil.packages.${prev.system}.default;
|
nil = inputs.nil.packages.${prev.system}.default;
|
||||||
nix-super = inputs.nix-super.packages.${prev.system}.default;
|
nix-super = inputs.nix-super.packages.${prev.system}.default;
|
||||||
|
|
Loading…
Reference in a new issue