From 08d7136a2e3150dd898cf2d2d3756801dfb407bd Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 15 Feb 2023 14:32:53 +0900 Subject: feat(nixos/kompakt): use flakes for asahi-related dependencies Imports are done directly inside the system configuration file to ensure one doesn't forget to import the required modules. --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 192e28b..49ad1ee 100644 --- a/flake.nix +++ b/flake.nix @@ -9,6 +9,12 @@ darwin.url = "github:LnL7/nix-darwin"; darwin.inputs.nixpkgs.follows = "unstable"; + apple-silicon.url = "github:tpwrules/nixos-apple-silicon"; + apple-silicon.inputs.nixpkgs.follows = "unstable"; + + asahi-firmware.url = "git+https://git.exotic.sh/pub/sefidel/asahi-firmware"; + asahi-firmware.flake = false; + home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "unstable"; -- cgit 1.4.1