nix: use disko as a module

This commit is contained in:
Primrose 2024-07-26 19:09:08 +02:00
parent 5be02dc55f
commit 2fedc3d1b5
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 29 additions and 5 deletions

View file

@ -70,6 +70,10 @@
url = "github:serokell/deploy-rs";
inputs.nixpkgs.follows = "nixpkgs";
};
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
# packages
audio-lint = {
url = "git+https://git.earth2077.fr/leana/audio-lint";