From 67fba5edad38f8a4651a6a782c7abdc696a464ff Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 5 Jul 2024 18:26:55 -0400 Subject: back to lume for the 1000th time --- shell.nix | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix deleted file mode 100644 index 9daab94..0000000 --- a/shell.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ - pkgs ? import nixpkgs { - inherit system; - config = { }; - overlays = [ ]; - }, - nixpkgs ? , - system ? builtins.currentSystem, - formatter ? pkgs.nixfmt-rfc-style, -}: -pkgs.mkShellNoCC { - packages = [ - pkgs.zola - formatter - pkgs.actionlint - ]; -} -- cgit v1.2.3