diff options
| author | spl3g <spleefer6@yandex.ru> | 2023-08-29 05:05:22 +0000 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2023-08-29 05:05:22 +0000 |
| commit | 429bf12cd70405d6ea18d14fe9d384a6458ae99d (patch) | |
| tree | 89ffa15e8cef8f22ed279b574fb8c86fc3b8d10f /flake.nix | |
| parent | 72e82deb5536a88b6438a708b3e825029f621d14 (diff) | |
thats a lot of changes
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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; } |
