From fed435c1ee0f1a718462558f22e2e4b08d91f636 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Sat, 21 Oct 2023 17:47:06 +0200 Subject: [PATCH] Change ECSLS to point to the new repo --- flake.lock | 4 ++-- flake.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 2c7d24c..27d4c59 100644 --- a/flake.lock +++ b/flake.lock @@ -8,13 +8,13 @@ "locked": { "lastModified": 1696881286, "narHash": "sha256-NYfmHPVnFmPILUiI0W7+TOJJpWzKEs5RNEeEXIXukFo=", - "owner": "Sigmapitech-meta", + "owner": "Sigmapitech", "repo": "ecsls", "rev": "f6c91e7e1b241b4cc52ae959b558ca09f3321cea", "type": "github" }, "original": { - "owner": "Sigmapitech-meta", + "owner": "Sigmapitech", "repo": "ecsls", "type": "github" } diff --git a/flake.nix b/flake.nix index fff0689..27ddb96 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ nix-index-database.url = "github:Mic92/nix-index-database"; nix-index-database.inputs.nixpkgs.follows = "nixpkgs"; - ecsls.url = "github:Sigmapitech-meta/ecsls"; + ecsls.url = "github:Sigmapitech/ecsls"; home-manager = { url = "github:nix-community/home-manager/release-23.05";