diff options
| author | Fuwn <[email protected]> | 2024-10-12 07:47:44 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-12 07:48:50 -0700 |
| commit | 6d032c60487fca86f934e81ad3f31e3ab81000c7 (patch) | |
| tree | 0abd9f0b6a8167f553348805365efa4bb8f6f751 | |
| parent | flake: use flakeExposed for systems attributes (diff) | |
| download | nixos-config-6d032c60487fca86f934e81ad3f31e3ab81000c7.tar.xz nixos-config-6d032c60487fca86f934e81ad3f31e3ab81000c7.zip | |
lock: rui, tsutsumi
| -rw-r--r-- | flake.lock | 120 | ||||
| -rw-r--r-- | flake.nix | 1 |
2 files changed, 9 insertions, 112 deletions
@@ -467,7 +467,6 @@ "inputs": { "nixpkgs": [ "tsutsumi", - "mayu", "nixpkgs" ] }, @@ -813,66 +812,6 @@ "type": "github" } }, - "maple": { - "inputs": { - "flake-compat": [ - "tsutsumi", - "flake-compat" - ], - "flake-utils": [ - "tsutsumi", - "flake-utils" - ], - "nixpkgs": [ - "tsutsumi", - "nixpkgs" - ], - "systems": [ - "tsutsumi", - "systems" - ] - }, - "locked": { - "lastModified": 1727666938, - "narHash": "sha256-8CaILQp7/f85RbgpxhNKvHFe9qpTqpH4nQHlydzpQoo=", - "owner": "gemrest", - "repo": "maple", - "rev": "53eafff719d9c026cd04c62a0e31a913c66cdaf5", - "type": "github" - }, - "original": { - "owner": "gemrest", - "repo": "maple", - "type": "github" - } - }, - "mayu": { - "inputs": { - "flake-utils": [ - "tsutsumi", - "flake-utils" - ], - "gitignore": "gitignore_2", - "nix-gleam": "nix-gleam", - "nixpkgs": [ - "tsutsumi", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1727526176, - "narHash": "sha256-InhLv5wgA2ICcot3LgORLm7mxQYfyxR9PEB5aO35ov0=", - "owner": "Fuwn", - "repo": "mayu", - "rev": "f00ee62bdf66f482c803b2679bbd04dad1bfd1a3", - "type": "github" - }, - "original": { - "owner": "Fuwn", - "repo": "mayu", - "type": "github" - } - }, "nix": { "inputs": { "flake-compat": [ @@ -1535,11 +1474,11 @@ ] }, "locked": { - "lastModified": 1728062227, - "narHash": "sha256-lcilMx/fki+YhRdBI9l9JqEaY2qD+jO7Yg9KHqb9lfQ=", + "lastModified": 1728718597, + "narHash": "sha256-0ZRGitH2k5wtd2uE1kE7/gWbRe3Ds+FuOJQlcxNfZsw=", "owner": "Fuwn", "repo": "rui", - "rev": "34a9c134820d83816d4997f98dd18b36a65f2966", + "rev": "c58dd53455fefe10b6ffa763705a8435c9ef90d2", "type": "github" }, "original": { @@ -1764,28 +1703,24 @@ "flake-utils" ], "gigi": "gigi", - "maple": "maple", - "mayu": "mayu", + "gitignore": "gitignore_2", + "nix-gleam": "nix-gleam", "nixpkgs": [ "nixpkgs" ], "pre-commit-hooks": [ "pre-commit-hooks" ], - "rui": [ - "rui" - ], "systems": [ "systems" - ], - "yae": "yae" + ] }, "locked": { - "lastModified": 1728653647, - "narHash": "sha256-PZOH6YOOUFnDR17o1lofNcRA9a5Gy9ZScK1o8fKXCTQ=", + "lastModified": 1728744392, + "narHash": "sha256-vt5wVfVmLlyKiFPbo2lciSOd+87OsrgL/AHT8mLwvok=", "owner": "Fuwn", "repo": "tsutsumi", - "rev": "ef176ac1b112575acf5a2809cb125d0f6486e358", + "rev": "6855797583ad88bd9a84e81e5babdac057fe5289", "type": "github" }, "original": { @@ -1859,43 +1794,6 @@ "repo": "xdg-desktop-portal-hyprland", "type": "github" } - }, - "yae": { - "inputs": { - "flake-compat": [ - "tsutsumi", - "flake-compat" - ], - "flake-utils": [ - "tsutsumi", - "flake-utils" - ], - "nixpkgs": [ - "tsutsumi", - "nixpkgs" - ], - "pre-commit-hooks": [ - "tsutsumi", - "pre-commit-hooks" - ], - "systems": [ - "tsutsumi", - "systems" - ] - }, - "locked": { - "lastModified": 1728653565, - "narHash": "sha256-wAeRYJC3efrhX7JvMHN6gSGCed9FNtSfdiG/osfc39g=", - "owner": "Fuwn", - "repo": "yae", - "rev": "6da4d60909b11e6b08a355c80883c40384c51bc0", - "type": "github" - }, - "original": { - "owner": "Fuwn", - "repo": "yae", - "type": "github" - } } }, "root": "root", @@ -346,7 +346,6 @@ nixpkgs.follows = "nixpkgs"; pre-commit-hooks.follows = "pre-commit-hooks"; systems.follows = "systems"; - rui.follows = "rui"; }; }; }; |