Skip to content

Commit

Permalink
feat(nixpkgs-fmt): update nixos/nix docker tag to v2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 23, 2024
1 parent cddcb50 commit acbe769
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.21.2
FROM nixos/nix:2.22.0
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.21.2
FROM nixos/nix:2.22.0
LABEL maintainer="Pat Brisbin <pbrisbin@gmail.com>"
RUN nix-env --install gnused nixpkgs-fmt
RUN mkdir -p /code
Expand Down

0 comments on commit acbe769

Please sign in to comment.