diff options
| author | Caroline Larimore <caroline@larimo.re> | 2026-01-27 13:34:38 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2026-01-27 13:34:38 -0800 |
| commit | 6dbae910cf88e0d7a0cf557d04ae867284cef763 (patch) | |
| tree | 81c7ecfa09bfe831776eb07e4a43545a04bb35e3 /flake.nix | |
| parent | d5f0705ac92185432899491f967ffa0401ee139e (diff) | |
flake: make inputs follow system nixpkgs
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -14,8 +14,15 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - impermanence.url = "github:nix-community/impermanence"; - nix-minecraft.url = "github:Infinidoge/nix-minecraft"; + impermanence = { + url = "github:nix-community/impermanence"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + + nix-minecraft = { + url = "github:Infinidoge/nix-minecraft"; + inputs.nixpkgs.follows = "nixpkgs"; + }; k95aux = { url = "github:CartConnoisseur/k95aux"; |