fix runner, added terranix
This commit is contained in:
parent
741aa5da9c
commit
838ada9aaa
3 changed files with 54 additions and 4 deletions
|
|
@ -10,6 +10,13 @@
|
|||
disko.url = "https://flakehub.com/f/nix-community/disko/1.12.0.tar.gz";
|
||||
deploy-rs.url = "github:serokell/deploy-rs";
|
||||
deploy-rs.inputs.nixpkgs.follows = "nixpkgs";
|
||||
terranix = {
|
||||
url = "github:typedrat/terranix/expose-config";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
flake-parts.follows = "flake-parts";
|
||||
};
|
||||
};
|
||||
nix-index-database.url = "github:nix-community/nix-index-database";
|
||||
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nixos-anywhere.url = "github:nix-community/nixos-anywhere/1.10.0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue