summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2023-03-01 20:51:31 +0100
committerGitHub <noreply@github.com>2023-03-01 19:51:31 +0000
commite6ff0514301fcebeaccd8a8e9b5fedc4bded220b (patch)
tree449cda82f4847684807756b883bd06170f8e480b /flake.nix
parent55d8b36b67749d88efcc304e3cd6d5e356ccd24e (diff)
nix: add flake-compat (#743)
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 8a1f2a149..b2b05fd85 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,6 +2,10 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
+ flake-compat = {
+ url = "github:edolstra/flake-compat";
+ flake = false;
+ };
};
outputs = {
self,