diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-02-20 02:05:59 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-02-20 02:05:59 +0300 |
commit | e40f7d991353ad70984afdf67b25c049190c56bd (patch) | |
tree | 295a80114cca78952ed6ed562198d997b496faba /flake.nix | |
parent | 2023-02-19 (diff) |
2023-02-20
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/flake.nix b/flake.nix index 855913d..e5bd0b9 100644 --- a/flake.nix +++ b/flake.nix @@ -88,14 +88,6 @@ }; }; - arkenfox-nixos = { - type = "github"; - owner = "dwarfmaster"; - repo = "arkenfox-nixos"; - ref = "main"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - # Waiting for patches[1]. Currently, the new profile feature breaks # everything and I don't want to spend 12 hours debugging this shit. # @@ -115,6 +107,14 @@ # }; # }; + arkenfox-nixos = { + type = "github"; + owner = "dwarfmaster"; + repo = "arkenfox-nixos"; + ref = "main"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + nix-minecraft = { type = "github"; owner = "Infinidoge"; @@ -191,7 +191,10 @@ owner = "ryantm"; repo = "agenix"; ref = "main"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs = { + nixpkgs.follows = "nixpkgs"; + darwin.follows = "darwin"; + }; }; pre-commit-hooks = { |