From 98e5afca01f5649d9a1b9f48567563676c16104a Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 7 Mar 2021 15:47:05 -0500 Subject: Remove dead code --- flake.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/flake.nix b/flake.nix index 931a6ea..6773582 100644 --- a/flake.nix +++ b/flake.nix @@ -79,14 +79,6 @@ "${lastModified}.${self.shortRev or "dirty"}"; nixpkgs.overlays = [ - # Add unstable packages. - (final: prev: { - my-extras = { - # inherit nixpkgs; - # inherit nixpkgs-unstable; - inherit nixos-hardware; - }; - }) # For git+file support with bare repo. nix.overlay (final: prev: { nixFlakes = final.nix; }) -- cgit v1.2.3