From f85b59a2e986bed0349296bd0dc87560716e5381 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 8 Feb 2025 14:13:30 -0500 Subject: [PATCH] flake: add alejandra to devShell, format --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b51cf22..7f25fdb 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; - # ^^^^^^^^^^^^^ this part is optional + # ^^^^^^^^^^^^^ this part is optional nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; nixpkgs-nix-du.url = "github:NixOS/nixpkgs/c933cf4698e5189b35dd83bf4d7a81aef16d464a"; @@ -435,6 +435,7 @@ }; default = pkgs.mkShell { buildInputs = with pkgs; [ + alejandra nix-update inputs.agenix.packages.${system}.default ];