X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=libs.nix;h=a9e1e78f01d4f74bd9e177299ea5a3b1d5ed322d;hp=0b5e0c1ab8bdbd41331412d768e2b466fd91ed3c;hb=596e62a678366c83ea8204316c45e91e1d90b0d8;hpb=fcf18de4a44fcc496837fbb6eedcc01e5f6eb680 diff --git a/libs.nix b/libs.nix index 0b5e0c1..a9e1e78 100644 --- a/libs.nix +++ b/libs.nix @@ -1,14 +1,6 @@ -let nixpkgs_unstable = 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"; -}) {}; -in - with nixpkgs_unstable; +{ nixpkgs }: +with nixpkgs; rec { - inherit nixpkgs_unstable; fetchedGithub = path: let json = lib.importJSON path;