diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 13:39:53 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 13:39:53 +0530 |
| commit | 1e2af77eef8aea06bfd963e4cd0b9e79a85f30bc (patch) | |
| tree | aebcbbe18c87240a78dd4f5a1a5a1e238fa6a1ee /flake.nix | |
| parent | e3b73e8dd35126f6e0dd5894c44ec35afba9a4a1 (diff) | |
remove overlay that doesn't exist
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -13,8 +13,6 @@ }; outputs = { self, nixpkgs, ... }@inputs: { - nixpkgs.overlays = [ import ./overlays/dwl.nix ]; - # nixos-rebuild --flake .#machine nixosConfigurations = { x = nixpkgs.lib.nixosSystem { |
