From 8ee21a78f5cba13b938b20654a305c797683d8d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikodem=20Rabuli=C5=84ski?= Date: Fri, 19 Jul 2024 21:25:16 +0200 Subject: [PATCH] flake.nix: move to lix attic fork --- flake.lock | 43 ++++++++++++++++--------------------------- flake.nix | 4 +++- 2 files changed, 19 insertions(+), 28 deletions(-) diff --git a/flake.lock b/flake.lock index 83a072c..bb563d3 100644 --- a/flake.lock +++ b/flake.lock @@ -34,23 +34,28 @@ ], "flake-compat": "flake-compat", "flake-utils": "flake-utils", + "lix": [ + "lix" + ], + "lix-module": [ + "lix-module" + ], "nixpkgs": [ "nixpkgs" - ], - "nixpkgs-stable": "nixpkgs-stable" + ] }, "locked": { - "lastModified": 1720542474, - "narHash": "sha256-aKjJ/4l2I9+wNGTaOGRsuS3M1+IoTibqgEMPDikXm04=", - "owner": "zhaofengli", - "repo": "attic", - "rev": "6139576a3ce6bb992e0f6c3022528ec233e45f00", - "type": "github" + "lastModified": 1721416846, + "narHash": "sha256-dY7YoNln1wUBM83SRPYoAIzndSnp+YaqE5GdR+wr+wg=", + "ref": "refs/heads/main", + "rev": "f2cfa79c615f3fbec09b67550329ca9840a65f4b", + "revCount": 223, + "type": "git", + "url": "https://git.lix.systems/nrabulinski/attic.git" }, "original": { - "owner": "zhaofengli", - "repo": "attic", - "type": "github" + "type": "git", + "url": "https://git.lix.systems/nrabulinski/attic.git" } }, "blobs": { @@ -607,22 +612,6 @@ "type": "github" } }, - "nixpkgs-stable": { - "locked": { - "lastModified": 1711460390, - "narHash": "sha256-akSgjDZL6pVHEfSE6sz1DNSXuYX6hq+P/1Z5IoYWs7E=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "44733514b72e732bd49f5511bd0203dea9b9a434", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-23.11", - "repo": "nixpkgs", - "type": "github" - } - }, "nixpkgs_2": { "locked": { "lastModified": 1690753480, diff --git a/flake.nix b/flake.nix index fec5f22..bbe9efd 100644 --- a/flake.nix +++ b/flake.nix @@ -128,9 +128,11 @@ url = "github:nrabulinski/nur-packages"; }; attic = { - url = "github:zhaofengli/attic"; + url = "git+https://git.lix.systems/nrabulinski/attic.git"; inputs.nixpkgs.follows = "nixpkgs"; inputs.crane.follows = "crane"; + inputs.lix.follows = "lix"; + inputs.lix-module.follows = "lix-module"; }; helix = { url = "github:helix-editor/helix";