Skip to content

Commit

Permalink
chore: reorder inputs alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
uku3lig committed Jun 9, 2024
1 parent e9fff62 commit 27293a0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 27 additions & 27 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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";
Expand All @@ -50,21 +62,16 @@
inputs.flake-compat.follows = "";
};

agenix = {
url = "github:uku3lig/agenix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems";
inputs.home-manager.follows = "home-manager";
inputs.darwin.follows = "";
};

deploy-rs = {
url = "github:serokell/deploy-rs";
nixos-wsl = {
url = "github:nix-community/NixOS-WSL";
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";
Expand All @@ -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";
Expand Down

0 comments on commit 27293a0

Please sign in to comment.