fix(flakes): remove flake-utils from devshell

This commit is contained in:
Harsh Shandilya 2023-05-12 12:21:45 +05:30
parent 167ea8c4b1
commit e817014c75
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
devshell = {
url = "github:numtide/devshell";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
flake-compat = {
url = "github:edolstra/flake-compat";