I'm so close it just keeps throwing random useless errors I swear

This commit is contained in:
Jimbo 2024-10-13 13:01:09 -04:00
parent 862743cbcf
commit 9c71495c73
2 changed files with 10 additions and 10 deletions

View file

@ -3,7 +3,7 @@
nixpkgs.overlays = [
inputs.blender-bin.overlays.default
(final: _prev: import ./packages { pkgs = final; })
#(import ./mpv)
#(import ./unstable { inherit inputs; })
(import ./mpv)
(import ./unstable { inherit inputs; })
];
}