Skip to content

Commit

Permalink
Drop path extension, temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Feb 25, 2024
1 parent 2a3eb0c commit bc058b8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
default = devenv.lib.mkShell {
inherit inputs pkgs;
modules = [
({config, ...}: let
path = config.system.path;
in {
({config, ...}: {
packages = with pkgs; [
maturin
(lhapdf.override {
Expand All @@ -41,7 +39,6 @@

env = {
PREFIX = prefix;
PATH = "${path}:${prefix}/bin";
LHAPDF_DATA_PATH = lhapath;
};
enterShell = ''
Expand Down

0 comments on commit bc058b8

Please sign in to comment.