Compare commits

...
4 Commits
2 changed files with 5 additions and 3 deletions
Generated
+3 -3
View File
@@ -294,11 +294,11 @@
"std": "std"
},
"locked": {
"lastModified": 1780907315,
"narHash": "sha256-MR859lKVKeItsC5wnd1oniBar2lBTA+FJ7Bx4xN1Wpk=",
"lastModified": 1782964989,
"narHash": "sha256-pU2Gye+1f+nvFleBTgXdeQfrQnKaJEuO2LT7PnsJ1p0=",
"owner": "kurogeek",
"repo": "frappix",
"rev": "9c2bc4152bce6d91305bcf0563a8a715860c405d",
"rev": "ac5e2814fc1aca188080bf6b50504cd329790e56",
"type": "github"
},
"original": {
+2
View File
@@ -56,6 +56,7 @@ in
pkgs.frappix.erpnext
pkgs.frappix.hrms
pkgs.frappix.crm
pkgs.frappix.posprinter
];
sites = {
"${sitename}" = {
@@ -65,6 +66,7 @@ in
"erpnext"
"hrms"
"crm"
"posprinter"
];
};
};