From 2e2fb7900406ea6d8a7f231c1b862a940b40f8df Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Wed, 3 Nov 2021 15:01:23 -0400 Subject: [PATCH] Use youmubot on master branch --- flake.lock | 5 ++--- flake.nix | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 771fa48..c91f9e3 100644 --- a/flake.lock +++ b/flake.lock @@ -388,16 +388,15 @@ "nixpkgs": "nixpkgs_8" }, "locked": { - "lastModified": 1635964639, + "lastModified": 1635966018, "narHash": "sha256-q6qKQbsFyFntIHaz7ORnCFk0b4c0Ew3wUuHKo/Ra11E=", "owner": "natsukagami", "repo": "youmubot", - "rev": "b254f5085aaf6ed462268ef47a9234c76cc1a894", + "rev": "2449b09cb2ec728546103205ff14341ac89b3009", "type": "github" }, "original": { "owner": "natsukagami", - "ref": "flake-module", "repo": "youmubot", "type": "github" } diff --git a/flake.nix b/flake.nix index 6584926..55fad3e 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ rnix-lsp.url = "github:nix-community/rnix-lsp"; rnix-lsp.inputs.naersk.follows = "naersk"; rnix-lsp.inputs.nixpkgs.follows = "nixpkgs-unstable"; - youmubot.url = "github:natsukagami/youmubot/flake-module"; + youmubot.url = "github:natsukagami/youmubot"; }; outputs = { self, darwin, nixpkgs, nixpkgs-unstable, home-manager-unstable, home-manager-21_05, deploy-rs, sops-nix, nur, ... }@inputs: