feat(install): add disko direct-url workflow

This commit is contained in:
randogoth 2026-02-04 15:57:45 +02:00
parent 7a42926fba
commit 973bac7ed0
8 changed files with 154 additions and 92 deletions

View file

@ -3,6 +3,10 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";