summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-15 06:04:24 -0700
committerFuwn <[email protected]>2024-10-15 06:04:24 -0700
commitc9e0e5d7cd4aeb369579478e897f18ec5b82f3ae (patch)
tree3fe2001f4a507a6485e84cab2a539d0b95d90bc1 /flake.nix
parentflake: pin inputs of chaotic (diff)
downloadnixos-config-c9e0e5d7cd4aeb369579478e897f18ec5b82f3ae.tar.xz
nixos-config-c9e0e5d7cd4aeb369579478e897f18ec5b82f3ae.zip
flake: more cross-pinning
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix21
1 files changed, 19 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index c4bd5c2..27db7a9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -177,6 +177,16 @@
inputs.systems.follows = "systems";
};
+ gigi = {
+ url = "github:Fuwn/gigi";
+
+ inputs = {
+ flake-utils.follows = "flake-utils";
+ nixpkgs.follows = "nixpkgs";
+ systems.follows = "systems";
+ };
+ };
+
gitignore = {
url = "github:hercules-ci/gitignore.nix";
inputs.nixpkgs.follows = "nixpkgs";
@@ -244,10 +254,10 @@
nix-gaming = {
url = "github:fufexan/nix-gaming";
- # TODO: umu
inputs = {
flake-parts.follows = "flake-parts";
nixpkgs.follows = "nixpkgs";
+ umu.follows = "umu";
};
};
@@ -379,14 +389,21 @@
tsutsumi = {
url = "github:Fuwn/tsutsumi";
- # TODO: gigi, gitignore, nix-gleam
+ # TODO: nix-gleam
inputs = {
flake-compat.follows = "flake-compat";
flake-utils.follows = "flake-utils";
+ gigi.follows = "gigi";
+ gitignore.follows = "gitignore";
nixpkgs.follows = "nixpkgs";
pre-commit-hooks.follows = "pre-commit-hooks";
systems.follows = "systems";
};
};
+
+ umu = {
+ url = "git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging\/nix&submodules=1";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
};
}