From 9b48b98d89ad6049425c313e1410685b43af18e0 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Fri, 10 Apr 2026 09:33:30 +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 49ceec2..fb6e106 100644 --- a/flake.lock +++ b/flake.lock @@ -294,17 +294,17 @@ "std": "std" }, "locked": { - "lastModified": 1775705805, - "narHash": "sha256-hiNvXNMkCfWvtRq2nQRwmtKK7TJDrIgpFNF/NIif9sQ=", - "owner": "kurogeek", - "repo": "frappix", - "rev": "744e6992353c02fc3175928bd0a7d8ebcad5ac3d", - "type": "github" + "lastModified": 1775787157, + "narHash": "sha256-nUsQLXbV/sTtmmDHgzTUksReMqmS9xYAJ0X5iCMZZTI=", + "ref": "refs/heads/mob/improve-module", + "rev": "b0cb564f1ca4dee2093a00f6c850628c9e4e5122", + "revCount": 236, + "type": "git", + "url": "file:///home/kurogeek/Desktop/github/blaggacao/frappix/" }, "original": { - "owner": "kurogeek", - "repo": "frappix", - "type": "github" + "type": "git", + "url": "file:///home/kurogeek/Desktop/github/blaggacao/frappix/" } }, "haskell-flake": { diff --git a/flake.nix b/flake.nix index 18b370e..8218c4b 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"; };