Skip to content

Commit

Permalink
Make default.nix point to correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
Rutherther committed Sep 24, 2023
1 parent 3d8ea4a commit 1d9a915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ let
pkgs = import <nixpkgs> { };
in
{
qtmips = pkgs.libsForQt5.callPackage (import extras/packages/nix/qtmips.nix) {};
qtmips = pkgs.libsForQt5.callPackage (import extras/packaging/nix/qtmips.nix) {};
}

0 comments on commit 1d9a915

Please sign in to comment.