From 4988f60e428baed6f8f729474af316ece983e92d Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sat, 22 Sep 2018 13:55:07 +0200 Subject: [PATCH] =?UTF-8?q?R=C3=A9cup=C3=A9ration=20channel=20unstable=20a?= =?UTF-8?q?vec=20fetchTarball?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- overlays/unstable_pkgs.nix | 2 +- systems/LoutreOS/services.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/unstable_pkgs.nix b/overlays/unstable_pkgs.nix index 74cfbe2..fcf609a 100644 --- a/overlays/unstable_pkgs.nix +++ b/overlays/unstable_pkgs.nix @@ -1,6 +1,6 @@ self: super: let - unstable = import {}; + unstable = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {}; unstable-jackett = import (super.fetchFromGitHub { owner = "r-ryantm"; repo = "nixpkgs"; diff --git a/systems/LoutreOS/services.nix b/systems/LoutreOS/services.nix index 8f36cc2..2c4553d 100644 --- a/systems/LoutreOS/services.nix +++ b/systems/LoutreOS/services.nix @@ -10,7 +10,7 @@ let max_port = 52348; musique_port = 52349; - unstable = import {}; + unstable = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {}; in {