added chataigneeeeee lesgooooo

This commit is contained in:
voidarclabs
2025-11-21 21:32:48 +00:00
parent 42aff30bc9
commit 348b56f27a
6 changed files with 226 additions and 6 deletions

View File

@@ -4,6 +4,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
elephant.url = "github:abenz1267/elephant";
chataigne.url = "./chataigne";
walker = {
url = "github:abenz1267/walker";
@@ -11,7 +12,7 @@
};
};
outputs = { self, nixpkgs, ... }@inputs: let
outputs = { self, chataigne, nixpkgs, ... }@inputs: let
stdenv.hostPlatform.system = "x86_64-linux"; # adjust if needed
system = stdenv.hostPlatform.system;
hardwareConfig = import /etc/nixos/hardware-configuration.nix;
@@ -24,6 +25,9 @@
modules = [
./configuration.nix
hardwareConfig
{
nixpkgs.config.allowUnfree = true;
}
];
};
};