Skip to content

Commit 0a8b56c

Browse files
committed
Update the example's flake.lock and let clojure-nix-locker.inputs follow what is there
1 parent e2b0e4b commit 0a8b56c

File tree

2 files changed

+38
-43
lines changed

2 files changed

+38
-43
lines changed

example/flake.lock

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

example/flake.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33

44
inputs = {
55
nixpkgs.url = "nixpkgs";
6-
clojure-nix-locker.url = "github:bevuta/clojure-nix-locker";
76
flake-utils.url = "github:numtide/flake-utils";
7+
8+
clojure-nix-locker.url = "github:bevuta/clojure-nix-locker";
9+
clojure-nix-locker.inputs.nixpkgs.follows = "nixpkgs";
10+
clojure-nix-locker.inputs.flake-utils.follows = "flake-utils";
811
};
912

1013
outputs = { self, nixpkgs, flake-utils, clojure-nix-locker, ... }:

0 commit comments

Comments
 (0)