fix output is not a derivation
This commit is contained in:
parent
639657c397
commit
5e284cf146
1 changed files with 10 additions and 1 deletions
11
flake.nix
11
flake.nix
|
|
@ -102,7 +102,16 @@
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
servicepoint-tanks-assets = ./tanks-backend/TanksServer/assets;
|
servicepoint-tanks-assets = pkgs.stdenvNoCC.mkDerivation {
|
||||||
|
pname = "servicepoint-tanks-assets";
|
||||||
|
version = "0.0.0";
|
||||||
|
|
||||||
|
src = ./tanks-backend/TanksServer/assets;
|
||||||
|
buildPhase = "";
|
||||||
|
installPhase = ''
|
||||||
|
cp -rv $src $out
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
servicepoint-tanks = pkgs.buildDotnetModule {
|
servicepoint-tanks = pkgs.buildDotnetModule {
|
||||||
pname = "servicepoint-tanks";
|
pname = "servicepoint-tanks";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue