maybe this?
This commit is contained in:
parent
a677054101
commit
f9fbf68bce
1 changed files with 12 additions and 10 deletions
|
|
@ -9,7 +9,8 @@
|
|||
environment.systemPackages = [ inputs.fooud.overlays.default.fooud ];
|
||||
};
|
||||
};
|
||||
overlays.default = final: prev: {
|
||||
overlays.default = [
|
||||
(final: prev: {
|
||||
fooud = prev.stdenv.mkDerivation rec {
|
||||
pname = "fooud";
|
||||
version = "1.0";
|
||||
|
|
@ -19,6 +20,7 @@
|
|||
nativeBuildInputs = [ nixpkgs.zig.hook ];
|
||||
zigBuildFlags = [ "--system" "${deps}" ];
|
||||
};
|
||||
};
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue