Skip to content

Commit f092770

Browse files
authored
Merge pull request #670 from Allsimon/flakeCompat
fix: update flake-compat repo url
2 parents b68b780 + 2f091e8 commit f092770

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

flake.lock

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

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
55
inputs.flake-compat = {
6-
url = "github:edolstra/flake-compat";
6+
url = "github:NixOS/flake-compat";
77
flake = false;
88
};
99
inputs.gitignore = {

0 commit comments

Comments
 (0)