chore: Prepare for first install attempt

This commit is contained in:
Tera << 8 2025-05-05 14:07:27 -04:00
parent 0585138161
commit c3eab3b1ae
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
5 changed files with 55 additions and 35 deletions

View file

@ -10,11 +10,7 @@
allowUnfreePredicate = _: true;
cudaSupport = true;
};
nixpkgs.overlays = [
outputs.overlays.additions
outputs.overlays.modifications
outputs.overlays.unstable-packages
];
nix = let
flakeInputs = lib.filterAttrs (_: lib.isType "flake") inputs;
in {