From 68509c02e7f02fff63f3fb6bea467b0a5931c14a Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 24 Apr 2023 02:27:28 -0400 Subject: make hercules inputs follow unstable --- flake.lock | 6 +++--- flake.nix | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 070ef37..9b7855b 100644 --- a/flake.lock +++ b/flake.lock @@ -95,7 +95,7 @@ "flake-parts": { "inputs": { "nixpkgs-lib": [ - "nixpkgs" + "nixpkgsUnstable" ] }, "locked": { @@ -241,7 +241,7 @@ "haskell-flake": "haskell-flake", "nix-darwin": "nix-darwin", "nixpkgs": [ - "nixpkgs" + "nixpkgsUnstable" ], "pre-commit-hooks-nix": [ "pre-commit-hooks" @@ -270,7 +270,7 @@ "hercules-ci-agent" ], "nixpkgs": [ - "nixpkgs" + "nixpkgsUnstable" ] }, "locked": { diff --git a/flake.nix b/flake.nix index 3e53488..d854abe 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ flake-utils.url = "github:numtide/flake-utils"; flake-parts = { url = "github:hercules-ci/flake-parts"; - inputs.nixpkgs-lib.follows = "nixpkgs"; + inputs.nixpkgs-lib.follows = "nixpkgsUnstable"; }; getchoo = { url = "github:getchoo/overlay"; @@ -45,13 +45,13 @@ }; hercules-ci-agent = { url = "github:hercules-ci/hercules-ci-agent"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs.nixpkgs.follows = "nixpkgsUnstable"; inputs.flake-parts.follows = "flake-parts"; inputs.pre-commit-hooks-nix.follows = "pre-commit-hooks"; }; hercules-ci-effects = { url = "github:hercules-ci/hercules-ci-effects"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs.nixpkgs.follows = "nixpkgsUnstable"; inputs.flake-parts.follows = "flake-parts"; inputs.hercules-ci-agent.follows = "hercules-ci-agent"; }; -- cgit v1.2.3