diff options
| author | Fuwn <[email protected]> | 2024-10-15 06:04:24 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-15 06:04:24 -0700 |
| commit | c9e0e5d7cd4aeb369579478e897f18ec5b82f3ae (patch) | |
| tree | 3fe2001f4a507a6485e84cab2a539d0b95d90bc1 /flake.nix | |
| parent | flake: pin inputs of chaotic (diff) | |
| download | nixos-config-c9e0e5d7cd4aeb369579478e897f18ec5b82f3ae.tar.xz nixos-config-c9e0e5d7cd4aeb369579478e897f18ec5b82f3ae.zip | |
flake: more cross-pinning
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -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"; + }; }; } |