remove way-edges

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-03-30 15:22:47 +03:00
parent 0b99f0dbd3
commit 6da4854c51
4 changed files with 15 additions and 591 deletions

View File

@ -21,7 +21,6 @@
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
sops-nix.url = "github:mic92/sops-nix";
stylix.url = "github:danth/stylix";
way-edges.url = "github:way-edges/way-edges";
# TODO: somehow reduce the number of *.inputs.nixpkgs.follows = "nixpkgs" stuff, mb a function?
blueprint.inputs.nixpkgs.follows = "nixpkgs";
chaotic.inputs.nixpkgs.follows = "nixpkgs";
@ -37,7 +36,6 @@
# neve.inputs.nixvim.follows = "nixvim";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
way-edges.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = inputs: inputs.blueprint {inherit inputs;};