diff --git a/flake.lock b/flake.lock index c1e7cce..ca61172 100644 --- a/flake.lock +++ b/flake.lock @@ -124,13 +124,13 @@ "locked": { "lastModified": 1773000227, "narHash": "sha256-zm3ftUQw0MPumYi91HovoGhgyZBlM4o3Zy0LhPNwzXE=", - "owner": "LnL7", + "owner": "nix-darwin", "repo": "nix-darwin", "rev": "da529ac9e46f25ed5616fd634079a5f3c579135f", "type": "github" }, "original": { - "owner": "LnL7", + "owner": "nix-darwin", "ref": "master", "repo": "nix-darwin", "type": "github" diff --git a/flake.nix b/flake.nix index 5783c1a..a635a37 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; nix-darwin = { - url = "github:LnL7/nix-darwin/master"; + url = "github:nix-darwin/nix-darwin/master"; inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/justfile b/justfile index 08ef98f..d953c8a 100644 --- a/justfile +++ b/justfile @@ -15,7 +15,7 @@ build config='darwin': switch config='darwin': #!/usr/bin/env bash if [[ "{{config}}" == "darwin" ]]; then - sudo env PATH="$PATH" nix --extra-experimental-features 'nix-command flakes' run github:LnL7/nix-darwin/master#darwin-rebuild -- switch --flake path:.#{{config}} + sudo env PATH="$PATH" nix --extra-experimental-features 'nix-command flakes' run github:nix-darwin/nix-darwin/master#darwin-rebuild -- switch --flake path:.#{{config}} else nix --extra-experimental-features 'nix-command flakes' run github:nix-community/home-manager -- switch --flake path:.#{{config}} -b hm-bak fi