From 4ad25f29fa45a44f027feb1c047a222ee295b232 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Thu, 9 Apr 2026 17:42:07 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:flake.lock --- flake.lock | 18 +++++++++--------- flake.nix | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index f0b4880..49ceec2 100644 --- a/flake.lock +++ b/flake.lock @@ -294,17 +294,17 @@ "std": "std" }, "locked": { - "lastModified": 1775724735, - "narHash": "sha256-fPUAyTmcyejTr3aLD3ZzF7lrevtZzJtA2I4T7oju70I=", - "ref": "refs/heads/mob/improve-module", - "rev": "5244e4c6dfec129c32e74820916f77da8fd715b8", - "revCount": 235, - "type": "git", - "url": "file:///home/kurogeek/Desktop/github/blaggacao/frappix/" + "lastModified": 1775705805, + "narHash": "sha256-hiNvXNMkCfWvtRq2nQRwmtKK7TJDrIgpFNF/NIif9sQ=", + "owner": "kurogeek", + "repo": "frappix", + "rev": "744e6992353c02fc3175928bd0a7d8ebcad5ac3d", + "type": "github" }, "original": { - "type": "git", - "url": "file:///home/kurogeek/Desktop/github/blaggacao/frappix/" + "owner": "kurogeek", + "repo": "frappix", + "type": "github" } }, "haskell-flake": { diff --git a/flake.nix b/flake.nix index 8218c4b..18b370e 100644 --- a/flake.nix +++ b/flake.nix @@ -35,8 +35,8 @@ flake = false; }; frappix = { - # url = "github:kurogeek/frappix"; - url = "git+file:///home/kurogeek/Desktop/github/blaggacao/frappix/"; + url = "github:kurogeek/frappix"; + # url = "git+file:///home/kurogeek/Desktop/github/blaggacao/frappix/"; inputs.nixpkgs.follows = "nixpkgs"; inputs.devshell.follows = "devshell"; };