nix: add tangled

This commit is contained in:
Oleksandr Smirnov 2026-01-15 00:09:51 +02:00
parent 50015669e1
commit 3ef9e56aee
No known key found for this signature in database
3 changed files with 27 additions and 1 deletions

View file

@ -10,6 +10,10 @@
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
tangled = {
url = "git+https://tangled.org/@tangled.org/core";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@ -18,8 +22,9 @@
nixpkgs,
agenix,
disko,
tangled,
...
}@inputs:
}:
{
nixosConfigurations."thought" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";