X-Git-Url: https://git.ayoreis.com/machines.git/blobdiff_plain/aba42e1ee19373f7b4eecc6d6660dc355082878d..bfe8979d2d1dbc36f561ae986cd819246bcfbe95:/flake.nix?ds=inline diff --git a/flake.nix b/flake.nix index 7126103..3e2c168 100644 --- a/flake.nix +++ b/flake.nix @@ -13,9 +13,14 @@ }; nixos-hardware.url = "nixos-hardware"; + + rehash = { + url = "git+https://git.ayoreis.com/rehash.git"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; - outputs = { nixpkgs, disko, home-manager, nixos-hardware, ... }: let + outputs = { nixpkgs, disko, home-manager, nixos-hardware, rehash, ... }: let vps_hostname = "levanter"; laptop_hostname = "monsoon"; in { @@ -37,6 +42,7 @@ ${laptop_hostname} = nixpkgs.lib.nixosSystem { specialArgs = { hostname = laptop_hostname; + rehash = rehash.packages."x86_64-linux".default; }; modules = [