diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-18T13·24+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-20T10·26+0100 |
commit | 784de28be4ba28cf5cf1eb037011a099804bd8fd (patch) | |
tree | 6445cf446ecb2a4114d3ac6ba2fccea6eb33d9e7 /default.nix | |
parent | 33890d8a8b0366f078f359a9e7ad63da24634b9a (diff) |
Remove <unstable> from briefcase
I don't use this anywhere, so it's time to shed more weight.
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/default.nix b/default.nix index 319ecc866061..55bb447a5c5b 100644 --- a/default.nix +++ b/default.nix @@ -11,11 +11,6 @@ let ref = "nixos-20.03"; rev = "afa9ca61924f05aacfe495a7ad0fd84709d236cc"; }) {}; - unstable = import (builtins.fetchGit { - url = "https://github.com/NixOS/nixpkgs-channels"; - ref = "nixos-unstable"; - rev = "dc80d7bc4a244120b3d766746c41c0d9c5f81dfa"; - }) {}; briefcase = import (builtins.path { path = ./.; name = "briefcase"; |