X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=virtual%2Fpackages.nix;h=05b0e88f3e89b2aa3b2f76ed42671b513cce3d51;hp=3e143a1fbf49cfe632adebfc0423c40d29fb9f1c;hb=dc10144003f159e8de99c82f4195587fef64cd46;hpb=25fd1d16198334f678129ddcd6e77ebf7edf9b72 diff --git a/virtual/packages.nix b/virtual/packages.nix index 3e143a1..05b0e88 100644 --- a/virtual/packages.nix +++ b/virtual/packages.nix @@ -1,10 +1,5 @@ -with import (builtins.fetchTarball { - # FIXME: upgrade to nixpkgs 19 when stable and stick to stable - # versions - name = "nixos-unstable-2018-12-08"; - url = https://github.com/nixos/nixpkgs/archive/61c3169a0e17d789c566d5b241bfe309ce4a6275.tar.gz; - sha256 = "0qbycg7wkb71v20rchlkafrjfpbk2fnlvvbh3ai9pyfisci5wxvq"; -}) {}; +with import ../libs.nix; +with nixpkgs_unstable; let adminer = rec { webRoot = pkgs.stdenv.mkDerivation rec {