flake.nix: devshell no longer uses flake-utils, unpin it

This commit is contained in:
Gaetan Lepage 2024-07-31 09:52:48 +02:00
parent 1e761b11bc
commit fef6001b5d

View file

@ -50,7 +50,6 @@
devshell = { devshell = {
url = "github:numtide/devshell"; url = "github:numtide/devshell";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "nuschtosSearch/flake-utils";
}; };
treefmt-nix = { treefmt-nix = {
url = "github:numtide/treefmt-nix"; url = "github:numtide/treefmt-nix";