mob next [ci-skip] [ci skip] [skip ci]

lastFile:flake.lock
This commit is contained in:
2026-04-10 09:33:30 +07:00
parent f82c4ac1d5
commit 9b48b98d89
2 changed files with 11 additions and 11 deletions

18
flake.lock generated
View File

@@ -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": {

View File

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