diff --git a/flake.lock b/flake.lock index 407907d..323660f 100644 --- a/flake.lock +++ b/flake.lock @@ -26,11 +26,11 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1691777852, - "narHash": "sha256-DPufHYaJcArEJfuZ234sDXr8qUvqbN7zYSs5yhvU6jA=", + "lastModified": 1700068135, + "narHash": "sha256-MN/NqiEjCg3UeFAJ7Uz7t5LyBwRsUEolBwA1DrdSC5w=", "owner": "Preemo-Inc", "repo": "devenv", - "rev": "cea2fc8c82d29ab8bd0a3dbad0f8574052aeee8a", + "rev": "804f935a71811ece03ea489a4253593838900ae1", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 69c893a..1f6af0b 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs"; systems.url = "github:nix-systems/default"; devenv = { - # TODO: Use cachix/devenv when https://github.com/cachix/devenv/pull/718 gets merged + # TODO: Switch to `github:cachix/devenv` when https://github.com/cachix/devenv/pull/718, https://github.com/cachix/devenv/pull/820, https://github.com/cachix/devenv/pull/872 and https://github.com/cachix/devenv/pull/873 get merged # url = "github:cachix/devenv"; url = "github:Preemo-Inc/devenv"; inputs.nixpkgs.follows = "nixpkgs";