aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2026-01-27 13:34:38 -0800
committerCaroline Larimore <caroline@larimo.re>2026-01-27 13:34:38 -0800
commit6dbae910cf88e0d7a0cf557d04ae867284cef763 (patch)
tree81c7ecfa09bfe831776eb07e4a43545a04bb35e3 /flake.nix
parentd5f0705ac92185432899491f967ffa0401ee139e (diff)
flake: make inputs follow system nixpkgs
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix11
1 files changed, 9 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 4145197..c0a9f9c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";