Skip to content

Commit adde080

Browse files
committed
fix: Remove flake-compat.
1 parent 5dca7c8 commit adde080

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: flake.nix

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
66
flake-utils.url = "github:numtide/flake-utils";
77
phps.url = "github:fossar/nix-phps";
8-
flake-compat = {
9-
url = "github:edolstra/flake-compat";
10-
flake = false;
11-
};
128
};
139

1410
outputs = { self, flake-utils, nixpkgs, phps }:

0 commit comments

Comments
 (0)