Skip to content

Commit 5c732a5

Browse files
committed
flake: fix evaluation
1 parent 12901aa commit 5c732a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
pkgs = import nixpkgs { inherit system; overlays = [ self.overlay ]; };
2323
in
2424
rec {
25-
packages = { inherit (pkgs) across qt6; };
25+
packages = { inherit (pkgs) across; };
2626
checks = packages;
2727
}
2828
) // {

0 commit comments

Comments
 (0)