From f830083339e30c572aaa293becc42ba1f6797f64 Mon Sep 17 00:00:00 2001 From: TheSola10 Date: Mon, 27 Nov 2023 16:28:44 +0100 Subject: [PATCH] re-run Cachix job --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 88235c8..13a935b 100644 --- a/flake.nix +++ b/flake.nix @@ -33,9 +33,7 @@ default = pkgs.mkShell { # These dependencies aren't involved in the build process, but are # nice-to-haves in the dev environment - packages = with pkgs; [ - bumpver - ]; + packages = with pkgs; [ bumpver ]; inputsFrom = [ self.packages."${system}".nixie ]; };