about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-11-14T13·44+0000
committerVincent Ambo <tazjin@google.com>2019-11-14T13·44+0000
commit8e53dec88cf7a09da48be66312f6ad0a1f1d3022 (patch)
tree22347d97ce9e96fbb969940d0cf2f828c85f11fc /default.nix
parent161f1b5e85899446753bce465579aaee366be780 (diff)
chore: Remove unstable channel (no longer in use)
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/default.nix b/default.nix
index 7df654798f..93e2d9fc54 100644
--- a/default.nix
+++ b/default.nix
@@ -15,13 +15,6 @@ let
     sha256 = "0243qiivxl3z51biy4f5y5cy81x5bki5dazl9wqwgnmd373gpmxy";
   };
 
-  unstableCommit = "765a71f15025ce78024bae3dc4a92bd2be3a8fbf";
-  unstableSrc = fetchTarball {
-    url = "https://github.com/NixOS/nixpkgs-channels/archive/${unstableCommit}.tar.gz";
-    sha256 = "0j1wghr9dj9njn3x9xi0wzjk1107gi2pxb0w2dk8g0djmhnlx71q";
-  };
-  unstable = import unstableSrc {};
-
   localPkgs = self: super: {
     # Local projects should be added here:
     tazjin = {