diff --git a/flake.lock b/flake.lock index 602976c..2fd1d19 100644 --- a/flake.lock +++ b/flake.lock @@ -170,11 +170,11 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1761069056, - "narHash": "sha256-R6uBB3fef75wVM1OjiM0uYLLf2P5eTCWHPCQAbCaGzA=", + "lastModified": 1764949869, + "narHash": "sha256-esRP6gaYG8d3gLkfr306HBgWYe2jEfHIJq6A1W/pdYw=", "owner": "NixOS", "repo": "nix", - "rev": "7e8db2eb59d8798047e8cc025a3eb18613a8918c", + "rev": "5f42e5ebb797433e3db3cfbc81f9cc3139903636", "type": "github" }, "original": { diff --git a/nix-bindings-store/src/store.rs b/nix-bindings-store/src/store.rs index 5e0885f..33813f2 100644 --- a/nix-bindings-store/src/store.rs +++ b/nix-bindings-store/src/store.rs @@ -581,8 +581,10 @@ mod tests { "out": "/1rz4g4znpzjwh1xymhjpm42vipw92pr73vdgl6xs1hycac8kf2n9", "system": "{}" }}, - "inputDrvs": {{}}, - "inputSrcs": [], + "inputs": {{ + "drvs": {{}}, + "srcs": [] + }}, "name": "myname", "outputs": {{ "out": {{ @@ -591,7 +593,7 @@ mod tests { }} }}, "system": "{}", - "version": 3 + "version": 4 }}"#, system, system ) @@ -664,7 +666,7 @@ mod tests { format!( r#"{{ - "version": 3, + "version": 4, "name": "multi-output-test", "system": "{}", "builder": "/bin/sh", @@ -684,8 +686,10 @@ mod tests { "outj": "/0gkw1366qklqfqb2lw1pikgdqh3cmi3nw6f1z04an44ia863nxaz", "outa": "/039akv9zfpihrkrv4pl54f3x231x362bll9afblsgfqgvx96h198" }}, - "inputDrvs": {{}}, - "inputSrcs": [], + "inputs": {{ + "drvs": {{}}, + "srcs": [] + }}, "outputs": {{ "outd": {{ "hashAlgo": "sha256", "method": "nar" }}, "outf": {{ "hashAlgo": "sha256", "method": "nar" }}, @@ -740,8 +744,10 @@ mod tests { "out": "/1rz4g4znpzjwh1xymhjpm42vipw92pr73vdgl6xs1hycac8kf2n9", "system": "{}" }}, - "inputDrvs": {{}}, - "inputSrcs": [], + "inputs": {{ + "drvs": {{}}, + "srcs": [] + }}, "name": "myname", "outputs": {{ "out": {{ @@ -750,7 +756,7 @@ mod tests { }} }}, "system": "{}", - "version": 3 + "version": 4 }}"#, system, system ); @@ -794,8 +800,10 @@ mod tests { "out": "/1rz4g4znpzjwh1xymhjpm42vipw92pr73vdgl6xs1hycac8kf2n9", "system": "{}" }}, - "inputDrvs": {{}}, - "inputSrcs": [], + "inputs": {{ + "drvs": {{}}, + "srcs": [] + }}, "name": "failing", "outputs": {{ "out": {{ @@ -804,7 +812,7 @@ mod tests { }} }}, "system": "{}", - "version": 3 + "version": 4 }}"#, system, system ); @@ -848,8 +856,10 @@ mod tests { "out": "/1rz4g4znpzjwh1xymhjpm42vipw92pr73vdgl6xs1hycac8kf2n9", "system": "{}" }}, - "inputDrvs": {{}}, - "inputSrcs": [], + "inputs": {{ + "drvs": {{}}, + "srcs": [] + }}, "name": "no-output", "outputs": {{ "out": {{ @@ -858,7 +868,7 @@ mod tests { }} }}, "system": "{}", - "version": 3 + "version": 4 }}"#, system, system );