From de1b1bdb9d4e1b54d39828d1bba5711439d1ce26 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 20 Jun 2023 23:50:43 +0530 Subject: [PATCH] fix(flakes): switch flake-compat to nix-community fork --- flake.lock | 10 +++++----- flake.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 3b2bebf..e2d35fd 100644 --- a/flake.lock +++ b/flake.lock @@ -67,15 +67,15 @@ "flake-compat": { "flake": false, "locked": { - "lastModified": 1673956053, - "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=", - "owner": "edolstra", + "lastModified": 1680531544, + "narHash": "sha256-8qbiDTYb1kGaDADRXTItpcMKQ1TeQVkuof6oEwHUvVA=", + "owner": "nix-community", "repo": "flake-compat", - "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9", + "rev": "95e78dc12268c5e4878621845c511077f3798729", "type": "github" }, "original": { - "owner": "edolstra", + "owner": "nix-community", "repo": "flake-compat", "type": "github" } diff --git a/flake.nix b/flake.nix index 6c011ec..8807b92 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ flake-utils = {url = "github:numtide/flake-utils";}; flake-compat = { - url = "github:edolstra/flake-compat"; + url = "github:nix-community/flake-compat"; flake = false; };