summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-03-10 13:39:53 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-03-10 13:39:53 +0530
commit1e2af77eef8aea06bfd963e4cd0b9e79a85f30bc (patch)
treeaebcbbe18c87240a78dd4f5a1a5a1e238fa6a1ee /flake.nix
parente3b73e8dd35126f6e0dd5894c44ec35afba9a4a1 (diff)
remove overlay that doesn't exist
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index b82fa94..31cd3c8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -13,8 +13,6 @@
};
outputs = { self, nixpkgs, ... }@inputs: {
- nixpkgs.overlays = [ import ./overlays/dwl.nix ];
-
# nixos-rebuild --flake .#machine
nixosConfigurations = {
x = nixpkgs.lib.nixosSystem {