Merge pull request #225 from Liqwid-Labs/emiflake/bump-ln
bump liqwid-nix and liqwid-libs
This commit is contained in:
commit
481a22fd86
2 changed files with 18 additions and 13 deletions
22
flake.lock
generated
22
flake.lock
generated
|
|
@ -3598,11 +3598,11 @@
|
|||
"ply": "ply"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1673364584,
|
||||
"narHash": "sha256-NnRH/pSsuCt7JI01IXeumS5ikWZ0rgGcxbeOxtadqvo=",
|
||||
"lastModified": 1674830336,
|
||||
"narHash": "sha256-KIJH4kJzBIaDqV3N/f8Dolt//GBc4Cwam7+10HKGg18=",
|
||||
"owner": "Liqwid-Labs",
|
||||
"repo": "liqwid-libs",
|
||||
"rev": "313314c969a47334835c4f4c7eb98a9f40fd36a8",
|
||||
"rev": "45f591ddfbf6342f958c4ead6dc6175965f8ce1d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -3630,16 +3630,16 @@
|
|||
"plutarch": "plutarch"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1673280604,
|
||||
"narHash": "sha256-H/Zj4F0Up/mLx+bDHfnhvMbDj9C4aQ3++X41YXOd41I=",
|
||||
"lastModified": 1674651955,
|
||||
"narHash": "sha256-MvVaFcPPXNR+xEFcPRcQdU1GK6annFN6x4GrjMlJFiM=",
|
||||
"owner": "Liqwid-Labs",
|
||||
"repo": "liqwid-nix",
|
||||
"rev": "36e5f15ce614fe9781189471c731bd79642d080a",
|
||||
"rev": "72d18a5166235347ec2f435422ee5a062bbd16d6",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "Liqwid-Labs",
|
||||
"ref": "v2.2.1",
|
||||
"ref": "v2.3.0",
|
||||
"repo": "liqwid-nix",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
@ -3661,16 +3661,16 @@
|
|||
"plutarch": "plutarch_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1673280604,
|
||||
"narHash": "sha256-H/Zj4F0Up/mLx+bDHfnhvMbDj9C4aQ3++X41YXOd41I=",
|
||||
"lastModified": 1674651955,
|
||||
"narHash": "sha256-MvVaFcPPXNR+xEFcPRcQdU1GK6annFN6x4GrjMlJFiM=",
|
||||
"owner": "Liqwid-Labs",
|
||||
"repo": "liqwid-nix",
|
||||
"rev": "36e5f15ce614fe9781189471c731bd79642d080a",
|
||||
"rev": "72d18a5166235347ec2f435422ee5a062bbd16d6",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "Liqwid-Labs",
|
||||
"ref": "v2.2.1",
|
||||
"ref": "v2.3.0",
|
||||
"repo": "liqwid-nix",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,14 +15,14 @@
|
|||
nixpkgs-latest.url = "github:NixOS/nixpkgs";
|
||||
|
||||
liqwid-nix = {
|
||||
url = "github:Liqwid-Labs/liqwid-nix/v2.2.1";
|
||||
url = "github:Liqwid-Labs/liqwid-nix/v2.3.0";
|
||||
inputs.nixpkgs-latest.follows = "nixpkgs-latest";
|
||||
};
|
||||
|
||||
liqwid-libs.url = "github:Liqwid-Labs/liqwid-libs";
|
||||
};
|
||||
|
||||
outputs = inputs@{ flake-parts, ... }:
|
||||
outputs = inputs@{ self, flake-parts, ... }:
|
||||
flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
imports = [
|
||||
inputs.liqwid-nix.flakeModule
|
||||
|
|
@ -54,5 +54,10 @@
|
|||
};
|
||||
ci.required = [ "all_onchain" ];
|
||||
};
|
||||
|
||||
flake.hydraJobs.x86_64-linux = (
|
||||
self.checks.x86_64-linux
|
||||
// self.packages.x86_64-linux
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue