Skip to content

Commit 8558637

Browse files
committed
chore(flake): do not override deep inputs
1 parent d6d30dc commit 8558637

File tree

2 files changed

+113
-40
lines changed

2 files changed

+113
-40
lines changed

flake.lock

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

flake.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,11 @@
127127
mac-app-util = {
128128
url = "github:hraban/mac-app-util";
129129
inputs.nixpkgs.follows = "nixpkgs";
130-
inputs.cl-nix-lite.inputs.systems.follows = "systems";
131-
inputs.cl-nix-lite.inputs.nixpkgs.follows = "nixpkgs";
132-
inputs.cl-nix-lite.inputs.flake-parts.follows = "flake-parts";
133-
inputs.cl-nix-lite.inputs.treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
130+
# WARN: needs `nix` `2.30`+
131+
# inputs.cl-nix-lite.inputs.systems.follows = "systems";
132+
# inputs.cl-nix-lite.inputs.nixpkgs.follows = "nixpkgs";
133+
# inputs.cl-nix-lite.inputs.flake-parts.follows = "flake-parts";
134+
# inputs.cl-nix-lite.inputs.treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
134135
};
135136

136137
yknotify-rs = {

0 commit comments

Comments
 (0)