From 429bf12cd70405d6ea18d14fe9d384a6458ae99d Mon Sep 17 00:00:00 2001 From: spl3g Date: Tue, 29 Aug 2023 05:05:22 +0000 Subject: thats a lot of changes --- flake.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index aa9ef49..616a63c 100644 --- a/flake.nix +++ b/flake.nix @@ -18,12 +18,8 @@ url = github:/nix-community/NUR; inputs.nixpkgs.follows = "nixpkgs"; }; - # TODO: Add any other flake you might need - # hardware.url = "github:nixos/nixos-hardware"; - # Shameless plug: looking for a way to nixify your themes and make - # everything match nicely? Try nix-colors! - # nix-colors.url = "github:misterio77/nix-colors"; + emacs-overlay.url = "github:nix-community/emacs-overlay"; }; outputs = { self, nixpkgs, home-manager, nur, ... }@inputs: @@ -38,8 +34,6 @@ ]; in rec { - # Your custom packages - # Acessible through 'nix build', 'nix shell', etc packages = forAllSystems (system: let pkgs = nixpkgs.legacyPackages.${system}; in import ./pkgs { inherit pkgs; } -- cgit v1.2.3