Skip to content

Commit

Permalink
build(per-system): configure fhs env
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Dec 20, 2024
1 parent 0017689 commit e55c30b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions per-system.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
})
];
inherit (final.python3Packages) fractopo;
fhs = let
base = prev.geo-fhs-env.passthru.args;
config = {
name = "fhs";
targetPkgs = fhsPkgs:
(base.targetPkgs fhsPkgs) ++ [ fhsPkgs.gdal ];
};
in pkgs.buildFHSUserEnv (lib.recursiveUpdate base config);

})

];
Expand All @@ -32,6 +41,7 @@
pre-commit
pandoc
poetry-with-c-tooling
fhs
];

in {
Expand Down

0 comments on commit e55c30b

Please sign in to comment.