diff --git a/darwin/system.nix b/darwin/system.nix index 2679908..ab8e793 100644 --- a/darwin/system.nix +++ b/darwin/system.nix @@ -1,4 +1,3 @@ -{config, ...}: # This section apply settings to the system configuration only available on macOS # see for more options { diff --git a/flake.lock b/flake.lock index 24cd7d8..b42f514 100644 --- a/flake.lock +++ b/flake.lock @@ -1,6 +1,6 @@ { "nodes": { - "resevoir": { + "nixpkgs": { "locked": { "lastModified": 1714562304, "narHash": "sha256-Mr3U37Rh6tH0FbaDFu0aZDwk9mPAe7ASaqDOGgLqqLU=", @@ -18,7 +18,7 @@ }, "root": { "inputs": { - "resevoir": "resevoir" + "nixpkgs": "nixpkgs" } } }, diff --git a/system/flake.nix b/system/flake.nix index c17aee9..652b121 100644 --- a/system/flake.nix +++ b/system/flake.nix @@ -1,7 +1,7 @@ { description = "A simple system flake using some Aux defaults"; - inputs.nixpkgs.url = "github:auxolotl/nixpkgs/nixos-unstable"; + inputs.nixpkgs.url = "github:auxolotl/nixpkgs/nixpkgs-unstable"; outputs = inputs@{ nixpkgs, ... }: