Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit b562c2a

Browse files
committed
Update flake.lock
1 parent 4295586 commit b562c2a

2 files changed

Lines changed: 8 additions & 20 deletions

File tree

flake.lock

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

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
inputs = {
55
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
66
flake-utils.url = "github:numtide/flake-utils";
7+
flake-utils.inputs.nixpkgs.follows = "nixpkgs";
78
yesod-csp-nix.url = "github:pSub/yesod-csp";
9+
yesod-csp-nix.inputs.nixpkgs.follows = "nixpkgs";
810
};
911

1012
outputs =

0 commit comments

Comments
 (0)