diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-03-21 01:21:24 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-03-21 01:21:24 +0300 |
commit | 6f8d6d19b3fdf39d4f9aa418aab7a981071106f7 (patch) | |
tree | 1137ca463f067ef84cd184224db01336bd61f030 /flake.nix | |
parent | 2023-03-20 (diff) |
2023-03-21
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 4b5fa34..fc96852 100644 --- a/flake.nix +++ b/flake.nix @@ -82,7 +82,12 @@ owner = "dwarfmaster"; repo = "arkenfox-nixos"; ref = "main"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs = { + nixpkgs.follows = "nixpkgs"; + flake-compat.follows = "flake-compat"; + pre-commit.follows = "pre-commit-hooks"; + flake-utils.follows = "flake-utils"; + }; }; nix-minecraft = { |