summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-03-07 15:47:05 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-03-07 15:47:05 -0500
commit98e5afca01f5649d9a1b9f48567563676c16104a (patch)
treecbb2ac67f85c3010ab151ff5e75ed5bdb6029982 /flake.nix
parent9603fe34ebb0b3623dd64d8763aeec6a370361b6 (diff)
Remove dead code
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 0 insertions, 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; })