Skip to content

Commit

Permalink
feat(nixpkgs-fmt): update nixos/nix docker tag to v2.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent 8ac06da commit bb50543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dhall-format/Dockerfile
@@ -1,4 +1,4 @@
FROM nixos/nix:2.22.0
FROM nixos/nix:2.22.1
LABEL maintainer="Roki <falgon53@gmail.com>"
RUN nix-env --install dhall
RUN mkdir -p /code
Expand Down
2 changes: 1 addition & 1 deletion nixpkgs-fmt/Dockerfile
@@ -1,4 +1,4 @@
FROM nixos/nix:2.22.0
FROM nixos/nix:2.22.1
LABEL maintainer="Pat Brisbin <pbrisbin@gmail.com>"
RUN nix-env --install gnused nixpkgs-fmt
RUN mkdir -p /code
Expand Down

0 comments on commit bb50543

Please sign in to comment.