summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-09-02 19:12:59 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-09-02 19:12:59 +0530
commit3c4e1430be5eb53812a71e64b99d94adf7da8fbb (patch)
tree5e7676650fbd45182cc6c974fee38636ee4b7fbd /flake.lock
parentc38acc6dce1075ae7e73dedf018be69202900054 (diff)
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock21
1 files changed, 21 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 283ccdb..7f565b5 100644
--- a/flake.lock
+++ b/flake.lock
@@ -25,6 +25,26 @@
"url": "https://codeberg.org/beeb5k/beeVim"
}
},
+ "disko": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1781152676,
+ "narHash": "sha256-RxWs5ND31KzTG7wvMM+PMfUjyNpmIEr999lqNARaM5o=",
+ "owner": "nix-community",
+ "repo": "disko",
+ "rev": "ff8702b4de27f72b4c78573dfb89ec74e36abdf1",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "disko",
+ "type": "github"
+ }
+ },
"flake-parts": {
"inputs": {
"nixpkgs-lib": "nixpkgs-lib"
@@ -161,6 +181,7 @@
"root": {
"inputs": {
"beevim": "beevim",
+ "disko": "disko",
"flake-parts": "flake-parts",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",