diff --git a/flake.lock b/flake.lock index 900cd7a..2396c97 100644 --- a/flake.lock +++ b/flake.lock @@ -294,17 +294,17 @@ "std": "std" }, "locked": { - "lastModified": 1775638644, - "narHash": "sha256-UyllUrmsK/xW5IXzs7hyLjL0gHERAleLQwLAIURpcWw=", - "owner": "kurogeek", - "repo": "frappix", - "rev": "8c95ee7f57b40cd388310536c2cdcb3c3f90b173", - "type": "github" + "lastModified": 1775705805, + "narHash": "sha256-hiNvXNMkCfWvtRq2nQRwmtKK7TJDrIgpFNF/NIif9sQ=", + "ref": "refs/heads/main", + "rev": "744e6992353c02fc3175928bd0a7d8ebcad5ac3d", + "revCount": 232, + "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 a8819f7..8218c4b 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,8 @@ flake = false; }; frappix = { - url = "github:kurogeek/frappix"; + # url = "github:kurogeek/frappix"; + url = "git+file:///home/kurogeek/Desktop/github/blaggacao/frappix/"; inputs.nixpkgs.follows = "nixpkgs"; inputs.devshell.follows = "devshell"; }; diff --git a/machines/deneb/configuration.nix b/machines/deneb/configuration.nix index 4b1528e..3f8fd9f 100644 --- a/machines/deneb/configuration.nix +++ b/machines/deneb/configuration.nix @@ -38,13 +38,12 @@ in project = "poyerp"; gunicorn_workers = 2; adminPassword = builtins.toFile "admin-pass" "qwer123" ; + apps = [ + pkgs.frappix.erpnext + ]; sites = { "${sitename}" = { domains = [ "localhost" ]; - apps = [ - "frappe" - "erpnext" - ]; }; }; };