forked from nyanloutre/nixos-config
Récupération channel unstable avec fetchTarball
This commit is contained in:
parent
67b2bfc166
commit
4988f60e42
@ -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";
|
||||||
|
@ -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
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user