chore: removed disko

This commit is contained in:
alina 🌸 2024-07-10 23:07:18 +03:00
parent 10b345f470
commit 61750fe0e1
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI
2 changed files with 0 additions and 25 deletions

View file

@ -43,26 +43,6 @@
"type": "github"
}
},
"disko": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1717637172,
"narHash": "sha256-geTO9YL1V9zYGxupuZvKFWxh6II9sH2bjI1dmEVhVYQ=",
"owner": "nix-community",
"repo": "disko",
"rev": "713aa3df481782719aed4d8c20ad31a9effe3564",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "disko",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems_2"
@ -213,7 +193,6 @@
"inputs": {
"agenix": "agenix",
"bootspec-secureboot": "bootspec-secureboot",
"disko": "disko",
"home-manager": "home-manager_2",
"nix-darwin": "nix-darwin",
"nix-index-database": "nix-index-database",

View file

@ -38,9 +38,6 @@
nix-index-database.url = "github:nix-community/nix-index-database";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs";
};
outputs =
@ -52,7 +49,6 @@
, bootspec-secureboot
, home-manager
, nix-darwin
, disko
, ...
}:
let