forked from nyanloutre/nixos-config
Récupération channel unstable avec fetchTarball
This commit is contained in:
parent
67b2bfc166
commit
4988f60e42
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
self: super:
|
||||
let
|
||||
unstable = import <nixos-unstable> {};
|
||||
unstable = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {};
|
||||
unstable-jackett = import (super.fetchFromGitHub {
|
||||
owner = "r-ryantm";
|
||||
repo = "nixpkgs";
|
||||
|
|
|
@ -10,7 +10,7 @@ let
|
|||
max_port = 52348;
|
||||
musique_port = 52349;
|
||||
|
||||
unstable = import <nixos-unstable> {};
|
||||
unstable = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {};
|
||||
in
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue