chore: reorder inputs alphabetically

This commit is contained in:
uku 2024-06-09 17:36:31 +02:00
parent e9fff626cf
commit 27293a0089
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 33 additions and 33 deletions

View file

@ -189,11 +189,11 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1717801791,
"narHash": "sha256-CEotbHLdhkltv8OsHojqN1cJynVMNOX+0lJgqIoD6Gk=",
"lastModified": 1717943411,
"narHash": "sha256-43QN3+P7UjAz5ZjjUeYGKAyRfv6BLw7jjdc8Ric/6UQ=",
"owner": "nix-community",
"repo": "lanzaboote",
"rev": "e8850266af6aedfd73c46c7518fd54c1f6c89e7b",
"rev": "56ed078dc92baf72813d55dcfe399715a632bc41",
"type": "github"
},
"original": {
@ -272,11 +272,11 @@
]
},
"locked": {
"lastModified": 1717726729,
"narHash": "sha256-2WDKLjVRKWXbadnJHSOUb46PTq3D5nS89vhHTphRw1M=",
"lastModified": 1717813066,
"narHash": "sha256-wqbRwq3i7g5EHIui0bIi84mdqZ/It1AXBSLJ5tafD28=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "7f52ac9ae95bd60c0780d6e32baea22e542e11e1",
"rev": "6dc3e45fe4aee36efeed24d64fc68b1f989d5465",
"type": "github"
},
"original": {

View file

@ -15,8 +15,27 @@
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
# nix's most elaborate, overcomplicated joke
systems.url = "github:nix-systems/default";
agenix = {
url = "github:uku3lig/agenix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems";
inputs.home-manager.follows = "home-manager";
inputs.darwin.follows = "";
};
catppuccin.url = "github:Stonks3141/ctp-nix";
crane = {
url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";
};
deploy-rs = {
url = "github:serokell/deploy-rs";
inputs.nixpkgs.follows = "nixpkgs";
inputs.utils.follows = "flake-utils";
inputs.flake-compat.follows = "";
};
flake-parts = {
url = "github:hercules-ci/flake-parts";
@ -33,13 +52,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
crane = {
url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";
};
catppuccin.url = "github:Stonks3141/ctp-nix";
lanzaboote = {
url = "github:nix-community/lanzaboote";
inputs.nixpkgs.follows = "nixpkgs";
@ -50,21 +62,16 @@
inputs.flake-compat.follows = "";
};
agenix = {
url = "github:uku3lig/agenix";
nixos-wsl = {
url = "github:nix-community/NixOS-WSL";
inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems";
inputs.home-manager.follows = "home-manager";
inputs.darwin.follows = "";
};
deploy-rs = {
url = "github:serokell/deploy-rs";
inputs.nixpkgs.follows = "nixpkgs";
inputs.utils.follows = "flake-utils";
inputs.flake-utils.follows = "flake-utils";
inputs.flake-compat.follows = "";
};
# nix's most elaborate, overcomplicated joke
systems.url = "github:nix-systems/default";
vscode-extensions = {
url = "github:nix-community/nix-vscode-extensions";
inputs.nixpkgs.follows = "nixpkgs";
@ -78,13 +85,6 @@
inputs.flake-utils.follows = "flake-utils";
};
nixos-wsl = {
url = "github:nix-community/NixOS-WSL";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
inputs.flake-compat.follows = "";
};
# ==== uku3lig stuff ====
api-rs = {
url = "github:uku3lig/api-rs";