From b3095e7557377487462623e475d2a4a4ff92fa97 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 18 Sep 2025 11:00:30 +0200 Subject: [PATCH] fix: update to nixos-25.05 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f5f22f0..5a93794 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM nixos/nix -RUN nix-channel --add https://nixos.org/channels/nixos-23.11 nixpkgs +RUN nix-channel --add https://nixos.org/channels/nixos-25.05 nixpkgs RUN nix-channel --update RUN nix-env -iA nixpkgs.bind