From 6b446fa0a93336bbde3fa45bd4c382798dc94443 Mon Sep 17 00:00:00 2001 From: Bo Jeanes Date: Wed, 17 Jul 2024 10:57:58 +1000 Subject: [PATCH] Switch to upstream; srid/nixos-flake#64 is merged --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index c917921..1f94a6d 100644 --- a/flake.lock +++ b/flake.lock @@ -187,15 +187,15 @@ }, "nixos-flake": { "locked": { - "lastModified": 1721104497, + "lastModified": 1721140942, "narHash": "sha256-iEqZGdnkG+Hm0jZhS59NJwEyB6z9caVnudWPGHZ/FAE=", - "owner": "bjeanes", + "owner": "srid", "repo": "nixos-flake", - "rev": "3ca12f45863dafa13d9b127e0ae26cec9e2c982a", + "rev": "5734c1d9a5fe0bc8e8beaf389ad6227392ca0108", "type": "github" }, "original": { - "owner": "bjeanes", + "owner": "srid", "repo": "nixos-flake", "type": "github" } diff --git a/flake.nix b/flake.nix index 3bdbebe..fdca005 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ home-manager.inputs.nixpkgs.follows = "nixpkgs"; flake-parts.url = "github:hercules-ci/flake-parts"; - nixos-flake.url = "github:bjeanes/nixos-flake"; + nixos-flake.url = "github:srid/nixos-flake"; # Neovim nixvim = {