From 3efe8e4619500de165595f3a8c257ab394a2280f Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Fri, 11 Nov 2022 05:50:50 +0100 Subject: [PATCH] dev/flake.nix: Update flakerefs --- dev/flake.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev/flake.nix b/dev/flake.nix index 1b1d4e1..b9a2092 100644 --- a/dev/flake.nix +++ b/dev/flake.nix @@ -5,11 +5,9 @@ # Flakes don't give us a good way to depend on .., so we don't. # This has drastic consequences of course. - # https://github.com/NixOS/nixpkgs/pull/174460 - # https://github.com/NixOS/nixpkgs/pull/174470 - nixpkgs.url = "github:hercules-ci/nixpkgs/module-docs-update"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; - pre-commit-hooks-nix.url = "github:hercules-ci/pre-commit-hooks.nix/flakeModule"; + pre-commit-hooks-nix.url = "github:cachix/pre-commit-hooks.nix"; pre-commit-hooks-nix.inputs.nixpkgs.follows = "nixpkgs"; hercules-ci-effects.url = "github:hercules-ci/hercules-ci-effects";