Remove <unstable> from briefcase
I don't use this anywhere, so it's time to shed more weight.
This commit is contained in:
parent
33890d8a8b
commit
784de28be4
2 changed files with 2 additions and 7 deletions
|
@ -11,11 +11,6 @@ let
|
||||||
ref = "nixos-20.03";
|
ref = "nixos-20.03";
|
||||||
rev = "afa9ca61924f05aacfe495a7ad0fd84709d236cc";
|
rev = "afa9ca61924f05aacfe495a7ad0fd84709d236cc";
|
||||||
}) {};
|
}) {};
|
||||||
unstable = import (builtins.fetchGit {
|
|
||||||
url = "https://github.com/NixOS/nixpkgs-channels";
|
|
||||||
ref = "nixos-unstable";
|
|
||||||
rev = "dc80d7bc4a244120b3d766746c41c0d9c5f81dfa";
|
|
||||||
}) {};
|
|
||||||
briefcase = import (builtins.path {
|
briefcase = import (builtins.path {
|
||||||
path = ./.;
|
path = ./.;
|
||||||
name = "briefcase";
|
name = "briefcase";
|
||||||
|
|
4
third_party/default.nix
vendored
4
third_party/default.nix
vendored
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs, unstable, briefcase, depot, ... }:
|
{ pkgs, briefcase, depot, ... }:
|
||||||
|
|
||||||
# Exposing these to be available as briefcase.third_party.pkgs for example.
|
# Exposing these to be available as briefcase.third_party.pkgs for example.
|
||||||
|
|
||||||
{ inherit pkgs unstable briefcase depot; }
|
{ inherit pkgs briefcase depot; }
|
||||||
|
|
Loading…
Reference in a new issue