mettre à jour hash nixpkgs

This commit is contained in:
nyanloutre 2018-12-23 01:10:59 +01:00
parent 204fa6b919
commit c659bff3f0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{ config, pkgs, ... }:
let
gitRev = "17d85e2162f7a65d8515626692d2ae55226d4680";
gitRev = "baee8283bb858602e6b8d9c4763f11f79d4ac813";
nixpkgs = fetchTarball "https://github.com/nyanloutre/nixpkgs/archive/${gitRev}.tar.gz";
in
{