From f4be608020e5ebe337a41f54b76bd9385ef567e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Thu, 16 Apr 2020 16:14:33 +0200 Subject: [PATCH] stable danpkgs --- config.nix | 8 +++++++- home.nix | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/config.nix b/config.nix index f767338..f5e7a9d 100644 --- a/config.nix +++ b/config.nix @@ -1,4 +1,7 @@ -let unstable = import { }; in +let + unstable = import { }; + stable = import {}; +in { allowUnfree = true; @@ -10,5 +13,8 @@ let unstable = import { }; in dan = import (builtins.fetchTarball "https://git.dodsorf.as/Dandellion/NUR/-/archive/master/NUR-master.tar.gz") { pkgs = unstable; }; + danstable = import (builtins.fetchTarball "https://git.dodsorf.as/Dandellion/NUR/-/archive/master/NUR-master.tar.gz") { + pkgs = stable; + }; }; } diff --git a/home.nix b/home.nix index 1a92c5f..37171fd 100644 --- a/home.nix +++ b/home.nix @@ -19,7 +19,7 @@ nixops ldns - dan.mangohud + danstable.mangohud unstable.steam dolphinEmuMaster