From 34f74229f8291156f35de943fbecfbe90c3366a9 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Tue, 28 Nov 2023 23:10:04 +0300 Subject: 2023-11-28 --- flake.nix | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index a70a934..e7a4624 100644 --- a/flake.nix +++ b/flake.nix @@ -41,13 +41,6 @@ ref = "master"; }; - nur = { - type = "github"; - owner = "nix-community"; - repo = "NUR"; - ref = "master"; - }; - darwin = { type = "github"; owner = "LnL7"; @@ -194,20 +187,11 @@ inputs = { flake-compat.follows = "flake-compat"; flake-utils.follows = "flake-utils"; - gitignore.follows = "gitignore"; nixpkgs-stable.follows = "nixpkgs-stable"; nixpkgs.follows = "nixpkgs"; }; }; - gitignore = { - type = "github"; - owner = "hercules-ci"; - repo = "gitignore.nix"; - ref = "master"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - xmonad-ng = { # type = "path"; # path = "/home/azahi/src/xmonad-ng"; @@ -269,9 +253,11 @@ overlays = [self.overlays.default]; }; - devShells.default = self.legacyPackages.${system}.mkShell { - inherit (self.checks.${system}.preCommit) shellHook; - }; + devShells.default = with self.legacyPackages.${system}; + mkShell { + inherit (self.checks.${system}.preCommit) shellHook; + packages = [go-task]; + }; formatter = self.legacyPackages.${system}.alejandra; -- cgit v1.2.3