From 7cd4acbc147d00666efca63637ae6ac1bd1d0e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 4 Jul 2022 14:43:41 +0200 Subject: [PATCH] switch to nixpkgs fork --- flake.lock | 12 ++++++------ flake.nix | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index cbf96c6..02e9758 100644 --- a/flake.lock +++ b/flake.lock @@ -22,16 +22,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1655567057, - "narHash": "sha256-Cc5hQSMsTzOHmZnYm8OSJ5RNUp22bd5NADWLHorULWQ=", - "owner": "NixOS", + "lastModified": 1656938529, + "narHash": "sha256-j9hgKLoZZVYl/06Y2GzAhovGzfiuLzV5HX4kFEl+dTU=", + "owner": "Mic92", "repo": "nixpkgs", - "rev": "e0a42267f73ea52adc061a64650fddc59906fc99", + "rev": "5f6d0be096ef78b0fd38c3211d17117457193b69", "type": "github" }, "original": { - "owner": "NixOS", - "ref": "nixos-unstable", + "owner": "Mic92", + "ref": "vault", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index c0dde99..fb0940c 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,8 @@ inputs = { flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.inputs.nixpkgs.follows = "nixpkgs"; - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + # https://github.com/NixOS/nixpkgs/pull/180114 + nixpkgs.url = "github:Mic92/nixpkgs/vault"; }; outputs = {