mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
nix: add tangled
This commit is contained in:
parent
50015669e1
commit
3ef9e56aee
3 changed files with 27 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue