mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-06 21:09:22 +02:00
add builders
This commit is contained in:
parent
fa00460dc2
commit
6331b2f4f4
5 changed files with 245 additions and 91 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue