Récupération channel unstable avec fetchTarball

This commit is contained in:
nyanloutre 2018-09-22 13:55:07 +02:00
parent 67b2bfc166
commit 4988f60e42
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
self: super: self: super:
let let
unstable = import <nixos-unstable> {}; unstable = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {};
unstable-jackett = import (super.fetchFromGitHub { unstable-jackett = import (super.fetchFromGitHub {
owner = "r-ryantm"; owner = "r-ryantm";
repo = "nixpkgs"; repo = "nixpkgs";

View File

@ -10,7 +10,7 @@ let
max_port = 52348; max_port = 52348;
musique_port = 52349; musique_port = 52349;
unstable = import <nixos-unstable> {}; unstable = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {};
in in
{ {