add builders

This commit is contained in:
jopejoe1 2024-08-06 20:57:14 +02:00
parent fa00460dc2
commit 6331b2f4f4
5 changed files with 245 additions and 91 deletions

View file

@ -4,6 +4,11 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixified-ai = {
url = "github:nixified-ai/flake";
inputs.nixpkgs.follows = "nixpkgs";
};
# Outputs
nixos-generators = {
url = "github:nix-community/nixos-generators";