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