Nornalize names of flake inputs

This commit is contained in:
SebastianStork 2025-08-20 14:52:37 +02:00
parent 842d8a518f
commit 2aeca33da2
6 changed files with 33 additions and 33 deletions

View file

@ -13,7 +13,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {
sops = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -28,7 +28,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
treefmt-nix = {
treefmt = {
url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -38,7 +38,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nix-vscode-extensions = {
vscode-extensions = {
url = "github:nix-community/nix-vscode-extensions";
inputs.nixpkgs.follows = "nixpkgs";
};