Skip to content

Commit

Permalink
Move Nix expressions for build from source to a subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
wentasah committed Dec 12, 2022
1 parent 741729b commit 1b43d00
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
in {
packages.x86_64-linux.default = pkgs.callPackage ./carla-ue4.nix {};
packages.x86_64-linux.default = pkgs.callPackage ./carla-simulator/carla-ue4.nix {};
};
}

0 comments on commit 1b43d00

Please sign in to comment.