update for AI stuff and new nix syntax

This commit is contained in:
atagen 2024-04-30 02:38:36 +10:00
parent a770f582dd
commit 4712934003
8 changed files with 152 additions and 136 deletions

View file

@ -9,10 +9,6 @@
system = final.system;
config.allowUnfree = true;
};
polonium-pkgs = import inputs.nixpkgs-polonium {
system = final.system;
config.allowUnfree = true;
};
};
rice = import ./rice.nix;