File tree Expand file tree Collapse file tree 5 files changed +7
-19
lines changed
src/Bootstrap/Data/Bootstrappable
test/Bootstrap/Data/Bootstrappable Expand file tree Collapse file tree 5 files changed +7
-19
lines changed Original file line number Diff line number Diff line change 1- Last exported commit from parent repo: e608d124ce3fd1cfa55f1d6b14306d89a66991ad
1+ Last exported commit from parent repo: 2951be329d4591d88308ce8adf7e326432828a7a
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 2.0
55-- see: https://github.com/sol/hpack
66
77name : nix-bootstrap
8- version : 2.0.0.4
8+ version : 2.0.1.0
99author : gchquser
10101111copyright : Crown Copyright
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414name : nix-bootstrap
15- version : 2.0.0.4
15+ version : 2.0.1.0
1616author : gchquser
17171818copyright : Crown Copyright
Original file line number Diff line number Diff line change @@ -224,10 +224,7 @@ instance IsNixExpr FlakeNix where
224224 };|],
225225 [nixbinding |flake-utils.url = "github:numtide/flake-utils";|]
226226 ]
227- <> [ [nixbinding |pre-commit-hooks-lib = {
228- inputs.flake-utils.follows = "flake-utils";
229- url = "github:cachix/pre-commit-hooks.nix";
230- };|]
227+ <> [ [nixbinding |pre-commit-hooks-lib.url = "github:cachix/pre-commit-hooks.nix";|]
231228 | usingHooks
232229 ]
233230 <> [machNixFlakeInput | isPython]
Original file line number Diff line number Diff line change @@ -109,10 +109,7 @@ spec = describe "flake.nix rendering" do
109109 url = github:edolstra/flake-compat;
110110 };
111111 flake-utils.url = "github:numtide/flake-utils";
112- pre-commit-hooks-lib = {
113- inputs.flake-utils.follows = "flake-utils";
114- url = "github:cachix/pre-commit-hooks.nix";
115- };
112+ pre-commit-hooks-lib.url = "github:cachix/pre-commit-hooks.nix";
116113 };
117114 outputs = {
118115 nixpkgs-src,
@@ -163,10 +160,7 @@ spec = describe "flake.nix rendering" do
163160 url = github:edolstra/flake-compat;
164161 };
165162 flake-utils.url = "github:numtide/flake-utils";
166- pre-commit-hooks-lib = {
167- inputs.flake-utils.follows = "flake-utils";
168- url = "github:cachix/pre-commit-hooks.nix";
169- };
163+ pre-commit-hooks-lib.url = "github:cachix/pre-commit-hooks.nix";
170164 };
171165 outputs = {
172166 nixpkgs-src,
@@ -258,10 +252,7 @@ spec = describe "flake.nix rendering" do
258252 url = github:edolstra/flake-compat;
259253 };
260254 flake-utils.url = "github:numtide/flake-utils";
261- pre-commit-hooks-lib = {
262- inputs.flake-utils.follows = "flake-utils";
263- url = "github:cachix/pre-commit-hooks.nix";
264- };
255+ pre-commit-hooks-lib.url = "github:cachix/pre-commit-hooks.nix";
265256 };
266257 outputs = {
267258 nixpkgs-src,
You can’t perform that action at this time.
0 commit comments