Fix & Update versions
All checks were successful
Nix Build / build-nixos (push) Successful in 26m31s

This commit is contained in:
soraefir
2024-11-21 01:21:48 +01:00
parent 1e89d5880b
commit 5d68b291ba
8 changed files with 41 additions and 44 deletions

View File

@ -5,7 +5,7 @@
yarn-berry = import ./yarn-berry { inherit final prev; };
eww = import ./eww { inherit final prev; };
wine = final.unstable.wineWow64Packages.unstableFull;
unstable = import inputs.nixMaster {
unstable = import inputs.nixUnstable {
system = final.system;
config.allowUnfree = true;
};