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"; };