Skip to content

Commit

Permalink
update nixpackages
Browse files Browse the repository at this point in the history
  • Loading branch information
nguni52 committed Feb 24, 2025
1 parent 529ff6a commit 837d476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Want to update dependencies? Go to https://github.com/NixOS/nixpkgs/tree/nixpkgs-unstable and
# replace the commit ref in the following line with the one you're interested in (probably the
# latest).
{ nixpkgs ? import (fetchTarball https://github.com/NixOS/nixpkgs/archive/refs/tags/23.11.tar.gz) { config = { allowUnfree = true; }; } }:
{ nixpkgs ? import (fetchTarball https://github.com/NixOS/nixpkgs/archive/refs/tags/24.05.tar.gz) { config = { allowUnfree = true; }; } }:

let
k3d = nixpkgs.stdenv.mkDerivation rec {
Expand Down

0 comments on commit 837d476

Please sign in to comment.