diff --git a/flake.lock b/flake.lock index c7b57a1c..8d627374 100644 --- a/flake.lock +++ b/flake.lock @@ -290,16 +290,16 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1613744885, - "narHash": "sha256-7gSYJmC4vD/teQudpX/L1fRv+7s0GAO4TbLUYWUqWs8=", - "owner": "NixOS", + "lastModified": 1613831649, + "narHash": "sha256-XaQ3lLCCI2ve9fiFYoLgCJIbYe+UixskOxtetRbq1e4=", + "owner": "hackworthltd", "repo": "nixpkgs", - "rev": "e88bfd7c92849e4da5dd8dbed0f06b46261e3c72", + "rev": "73adc17abe3bfc57a850b4c188095346a3de4a72", "type": "github" }, "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", + "owner": "hackworthltd", + "ref": "fix-python-watchdog", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 89c3b020..368fe49d 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,11 @@ description = "Hackworth Ltd's nixpkgs overlays and NixOS modules."; inputs = { - nixpkgs.url = github:NixOS/nixpkgs/nixpkgs-unstable; + #nixpkgs.url = github:NixOS/nixpkgs/nixpkgs-unstable; + + # Follow our fork until + # https://github.com/NixOS/nixpkgs/issues/113777 is resolved. + nixpkgs.url = github:hackworthltd/nixpkgs/fix-python-watchdog; nix-darwin.url = github:LnL7/nix-darwin; nix-darwin.inputs.nixpkgs.follows = "nixpkgs";