diff --git a/flake.lock b/flake.lock index c3563b0..ca283f9 100644 --- a/flake.lock +++ b/flake.lock @@ -55,26 +55,6 @@ "type": "github" } }, - "devshell": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1722113426, - "narHash": "sha256-Yo/3loq572A8Su6aY5GP56knpuKYRvM2a1meP9oJZCw=", - "owner": "numtide", - "repo": "devshell", - "rev": "67cce7359e4cd3c45296fb4aaf6a19e2a9c757ae", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "devshell", - "type": "github" - } - }, "emacs-overlay": { "inputs": { "flake-utils": "flake-utils", @@ -2926,7 +2906,6 @@ }, "root": { "inputs": { - "devshell": "devshell", "emacs-overlay": "emacs-overlay", "flake-parts": "flake-parts", "home-manager": "home-manager", diff --git a/flake.nix b/flake.nix index 39b61b5..a394c66 100644 --- a/flake.nix +++ b/flake.nix @@ -59,10 +59,10 @@ treefmt-nix.url = "github:numtide/treefmt-nix"; - devshell = { - url = "github:numtide/devshell"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + # devshell = { + # url = "github:numtide/devshell"; + # inputs.nixpkgs.follows = "nixpkgs"; + # }; neovim-flake = { url = "github:notashelf/nvf";