Skip to content

Commit 5d290d6

Browse files
committed
example: Update flake-parts
1 parent 3a8452c commit 5d290d6

File tree

2 files changed

+26
-9
lines changed

2 files changed

+26
-9
lines changed

example/flake.lock

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

example/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
mission-control.url = "github:Platonic-Systems/mission-control";
66
};
77
outputs = inputs@{ self, nixpkgs, flake-parts, ... }:
8-
flake-parts.lib.mkFlake { inherit self; } {
8+
flake-parts.lib.mkFlake { inherit inputs; } {
99
systems = nixpkgs.lib.systems.flakeExposed;
1010
imports = [
1111
inputs.mission-control.flakeModule

0 commit comments

Comments
 (0)