Skip to content

Commit

Permalink
darwin: remove flake registry fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderio committed Oct 1, 2024
1 parent 3a74ed5 commit 6c4a81b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions darwin/ook/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
};
modules = [
inputs.home-manager.darwinModules.home-manager
({lib, ...}: {
({...}: {
imports = [ ./libvirt.nix ];
system.stateVersion = 4;
programs.fish.enable = true;
Expand All @@ -30,7 +30,7 @@
nix = {
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
registry.nixpkgs.flake = inputs.nixpkgs;
registry.nixpkgs.to.path = lib.mkForce inputs.nixpkgs.outPath;
# registry.nixpkgs.to.path = lib.mkForce inputs.nixpkgs.outPath;
distributedBuilds = true;
buildMachines = [
{
Expand Down

0 comments on commit 6c4a81b

Please sign in to comment.