From c659bff3f0773d94958b31c98887b72e56f91881 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sun, 23 Dec 2018 01:10:59 +0100 Subject: [PATCH] =?UTF-8?q?mettre=20=C3=A0=20jour=20hash=20nixpkgs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- systems/LoutreOS/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/LoutreOS/configuration.nix b/systems/LoutreOS/configuration.nix index 16c4014..b65f167 100644 --- a/systems/LoutreOS/configuration.nix +++ b/systems/LoutreOS/configuration.nix @@ -5,7 +5,7 @@ { config, pkgs, ... }: let - gitRev = "17d85e2162f7a65d8515626692d2ae55226d4680"; + gitRev = "baee8283bb858602e6b8d9c4763f11f79d4ac813"; nixpkgs = fetchTarball "https://github.com/nyanloutre/nixpkgs/archive/${gitRev}.tar.gz"; in {