aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2025-05-01 15:16:02 +0300
committerspl3g <spleefer6@yandex.ru>2025-05-02 19:58:18 +0300
commitdce1f40f9b80bc221d1b960efced2369384a278f (patch)
treefbd84178cde34757dbcd74c1afe7668541227549 /flake.lock
parent8e4059ac9d5a485f0e6eda771768aad541c43b49 (diff)
feat: add the actual server configuration
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 d8b5098..ee4757c 100644
--- a/flake.lock
+++ b/flake.lock
@@ -116,6 +116,26 @@
"type": "github"
}
},
+ "disko": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1745812220,
+ "narHash": "sha256-hotBG0EJ9VmAHJYF0yhWuTVZpENHvwcJ2SxvIPrXm+g=",
+ "owner": "nix-community",
+ "repo": "disko",
+ "rev": "d0c543d740fad42fe2c035b43c9d41127e073c78",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "disko",
+ "type": "github"
+ }
+ },
"firefox-gnome-theme": {
"flake": false,
"locked": {
@@ -911,6 +931,7 @@
"root": {
"inputs": {
"betterfox": "betterfox",
+ "disko": "disko",
"home-manager": "home-manager",
"hyprland": "hyprland",
"nh": "nh",