Skip to content

Commit 4b43702

Browse files
committed
example: Use master branch
1 parent 7faa2f2 commit 4b43702

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

example/flake.lock

Lines changed: 3 additions & 4 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
@@ -3,7 +3,7 @@
33
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
44
flake-parts.url = "github:hercules-ci/flake-parts";
55
flake-root.url = "github:srid/flake-root";
6-
mission-control.url = "github:Platonic-Systems/mission-control/explicit-flake-root";
6+
mission-control.url = "github:Platonic-Systems/mission-control";
77
};
88
outputs = inputs@{ self, nixpkgs, flake-parts, ... }:
99
flake-parts.lib.mkFlake { inherit inputs; } {

0 commit comments

Comments
 (0)