mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
flake: add disko
This commit is contained in:
parent
91282ce2d0
commit
2d29a71ce2
3 changed files with 33 additions and 4 deletions
|
@ -26,6 +26,11 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
disko = {
|
||||
url = "github:nix-community/disko";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# own flakes
|
||||
stunkymonkey = {
|
||||
url = "github:Stunkymonkey/stunkymonkey.de";
|
||||
|
@ -65,6 +70,7 @@
|
|||
nativeBuildInputs = [
|
||||
inputs'.sops-nix.packages.sops-import-keys-hook
|
||||
inputs'.deploy-rs.packages.deploy-rs
|
||||
inputs'.disko.packages.disko
|
||||
# formatters
|
||||
pkgs.shellcheck
|
||||
pkgs.nixpkgs-fmt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue