fix: nix overlay

* nix flake

* workflow

* remove flake-utils

* update flake

* fix

* remove cargo hash

* fix overlay
This commit was merged in pull request #8.
This commit is contained in:
Astavie
2023-05-02 01:29:34 +02:00
committed by GitHub
parent 683b0c20a1
commit 779431be04

View File

@@ -64,7 +64,9 @@
in
{
overlays.default = final: prev: {
stardust-xr.${name} = package final;
stardust-xr = (prev.stardust-xr or {}) // {
${name} = package final;
};
};
packages."x86_64-linux".default = package (pkgs "x86_64-linux");