Skip to content

Commit 5055f17

Browse files
Merge pull request #17 from nixops4/flake-update
`flake.lock`: Update
2 parents 06f9260 + 92161f3 commit 5055f17

File tree

3 files changed

+52
-52
lines changed

3 files changed

+52
-52
lines changed

dev/flake.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@
111111
*/
112112
flake-parts-modules.tested =
113113
# Consumer toplevel
114-
{ config, ... }:
114+
{ ... }:
115115
{
116116
_file = ./flake.nix;
117117
imports = [ flake-parts-modules.basic ];
118118
config.perSystem =
119119
# Consumer perSystem
120-
consumerPerSystem@{
120+
{
121121
lib,
122122
config,
123123
system,
@@ -135,9 +135,9 @@
135135
{
136136
config = {
137137
# Overriding our `perSystem` to use the consumer's `pkgs`
138-
_module.args.pkgs = lib.mkForce consumerPerSystem.pkgs;
138+
_module.args.pkgs = lib.mkForce pkgs;
139139
# ... and `nixPackage`
140-
nix-bindings-rust.nixPackage = lib.mkForce consumerPerSystem.config.nix-bindings-rust.nixPackage;
140+
nix-bindings-rust.nixPackage = lib.mkForce config.nix-bindings-rust.nixPackage;
141141
};
142142
}
143143
];

0 commit comments

Comments
 (0)