hold tight it is going to be a tough ride

This commit is contained in:
Luj 2023-05-09 10:29:27 +02:00
parent b831ab7722
commit 3c03be0c5b
4 changed files with 20 additions and 19 deletions

View file

@ -5,6 +5,7 @@ with builtins;
let
overlay-unstable = arch: final: prev: {
unstable = inputs.unstable.legacyPackages."${arch}";
stable = inputs.nixpkgs.legacyPackages."${arch}";
};
in
{