diff options
Diffstat (limited to 'alarm/node_modules/lodash/flake.nix')
-rw-r--r-- | alarm/node_modules/lodash/flake.nix | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/alarm/node_modules/lodash/flake.nix b/alarm/node_modules/lodash/flake.nix deleted file mode 100644 index 15a451c..0000000 --- a/alarm/node_modules/lodash/flake.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ - inputs = { - utils.url = "github:numtide/flake-utils"; - }; - - outputs = { self, nixpkgs, utils }: - utils.lib.eachDefaultSystem (system: - let - pkgs = nixpkgs.legacyPackages."${system}"; - in rec { - devShell = pkgs.mkShell { - nativeBuildInputs = with pkgs; [ - yarn - nodejs-14_x - nodePackages.typescript-language-server - nodePackages.eslint - ]; - }; - }); -} |