aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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";