From 27293a008917181762003d8f4303d5c3728516d7 Mon Sep 17 00:00:00 2001 From: uku Date: Sun, 9 Jun 2024 17:36:31 +0200 Subject: [PATCH] chore: reorder inputs alphabetically --- flake.lock | 12 ++++++------ flake.nix | 54 +++++++++++++++++++++++++++--------------------------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/flake.lock b/flake.lock index 491fb2f..5123dc1 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index 848fac8..6a1f7ff 100644 --- a/flake.nix +++ b/flake.nix @@ -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";