From 6cb02f73824a83183a780c35bd58559c31982582 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Fri, 23 Aug 2024 09:55:05 +0200 Subject: [PATCH] flake: remove devshell input --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index 9405cef..2c07d8b 100644 --- a/flake.nix +++ b/flake.nix @@ -56,11 +56,6 @@ treefmt-nix.url = "github:numtide/treefmt-nix"; - # devshell = { - # url = "github:numtide/devshell"; - # inputs.nixpkgs.follows = "nixpkgs"; - # }; - neovim-flake = { url = "github:notashelf/nvf"; inputs.nixpkgs.follows = "nixpkgs";