diff --git a/flake.lock b/flake.lock index 1699300..6d5f2f3 100644 --- a/flake.lock +++ b/flake.lock @@ -211,16 +211,15 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1672440409, - "narHash": "sha256-Bz+rXbFOsKmlnl33FJ9jQx27WQu0BPquRyZEfin4aQQ=", + "lastModified": 1672499632, + "narHash": "sha256-zjuPInQda9zTYCNshV/Ii8xOebNdQIcZ6jT7mKjU8js=", "owner": "bertof", "repo": "nix-rice", - "rev": "265d5df8ccbe20a1fcc78d7e0d07eb1062ea570d", + "rev": "23399d25089c6e3bc94b26fc9fd6edc76c1cba08", "type": "github" }, "original": { "owner": "bertof", - "ref": "testing", "repo": "nix-rice", "type": "github" } diff --git a/flake.nix b/flake.nix index dcb8af1..ac4fe5f 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ flake-utils.url = "github:numtide/flake-utils"; nixos-generators = { url = "github:nix-community/nixos-generators"; inputs = { nixpkgs.follows = "nixpkgs"; }; }; nixos-hardware.url = "github:NixOS/nixos-hardware"; - nix-rice = { url = "github:bertof/nix-rice/testing"; }; + nix-rice = { url = "github:bertof/nix-rice"; }; pre-commit-hooks = { url = "github:cachix/pre-commit-hooks.nix"; inputs = { nixpkgs.follows = "nixpkgs"; flake-utils.follows = "flake-utils"; }; }; tex2nix = { url = "github:Mic92/tex2nix"; inputs = { nixpkgs.follows = "nixpkgs"; flake-utils.follows = "flake-utils"; }; }; };