Skip to content

Commit

Permalink
re-run Cachix job
Browse files Browse the repository at this point in the history
  • Loading branch information
Thesola10 committed Nov 27, 2023
1 parent 49716e7 commit f830083
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
Expand Down

0 comments on commit f830083

Please sign in to comment.