use master branch

This commit is contained in:
Henry Hiles 2026-01-17 14:21:16 -05:00
commit 477ac02fd0
No known key found for this signature in database
3 changed files with 16 additions and 33 deletions

View file

@ -14,7 +14,7 @@ in
]; ];
imports = [ imports = [
inputs.lasuite-docs-proxy.nixosModules.default inputs.lasuite-docs-proxy.nixosModules.default
"${inputs.nixpkgs-lasuite}/nixos/modules/services/web-apps/lasuite-docs.nix" "${inputs.nixpkgs-master}/nixos/modules/services/web-apps/lasuite-docs.nix"
]; ];
systemd.services = { systemd.services = {
@ -54,17 +54,17 @@ in
redis.createLocally = true; redis.createLocally = true;
postgresql.createLocally = true; postgresql.createLocally = true;
backendPackage = backendPackage =
inputs.nixpkgs-lasuite.legacyPackages.${pkgs.stdenv.hostPlatform.system}.lasuite-docs.overrideAttrs inputs.nixpkgs-master.legacyPackages.${pkgs.stdenv.hostPlatform.system}.lasuite-docs.overrideAttrs
(old: { (old: {
patches = (old.patches or [ ]) ++ [ ./enable-languages.patch ]; patches = (old.patches or [ ]) ++ [ ./enable-languages.patch ];
}); });
frontendPackage = frontendPackage =
inputs.nixpkgs-lasuite.legacyPackages.${pkgs.stdenv.hostPlatform.system}.lasuite-docs-frontend.overrideAttrs inputs.nixpkgs-master.legacyPackages.${pkgs.stdenv.hostPlatform.system}.lasuite-docs-frontend.overrideAttrs
{ {
NEXT_PUBLIC_PUBLISH_AS_MIT = "false"; NEXT_PUBLIC_PUBLISH_AS_MIT = "false";
}; };
collaborationServer.package = collaborationServer.package =
inputs.nixpkgs-lasuite.legacyPackages.${pkgs.stdenv.hostPlatform.system}.lasuite-docs-collaboration-server; inputs.nixpkgs-master.legacyPackages.${pkgs.stdenv.hostPlatform.system}.lasuite-docs-collaboration-server;
bind = "unix:${socket}"; bind = "unix:${socket}";
inherit s3Url domain; inherit s3Url domain;

40
flake.lock generated
View file

@ -1199,11 +1199,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1768325819, "lastModified": 1768598210,
"narHash": "sha256-mBKqOJkxCRwEhIXfq93WTcDXsBlJ/f1Dfv9thJxrDPs=", "narHash": "sha256-kkgA32s/f4jaa4UG+2f8C225Qvclxnqs76mf8zvTVPg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "b1fa714d6cd656e3105d1965637be6ab7541d7d7", "rev": "c47b2cc64a629f8e075de52e4742de688f930dc6",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -2125,11 +2125,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1768127708, "lastModified": 1768564909,
"narHash": "sha256-1Sm77VfZh3mU0F5OqKABNLWxOuDeHIlcFjsXeeiPazs=", "narHash": "sha256-Kell/SpJYVkHWMvnhqJz/8DqQg2b6PguxVWOuadbHCc=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ffbc9f8cbaacfb331b6017d5a5abb21a492c9a38", "rev": "e4bae1bd10c9c57b2cf517953ab70060a828ee6f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -2155,21 +2155,6 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs-lasuite": {
"locked": {
"lastModified": 1768663811,
"narHash": "sha256-yLh+eSqrsDL9ITH6WmVfcOv9GkABaIkocZ9DkR6dBac=",
"owner": "Henry-Hiles",
"repo": "nixpkgs",
"rev": "950f864b43d347f211cb5df74ead1c0bce2b4e97",
"type": "github"
},
"original": {
"owner": "Henry-Hiles",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-latest": { "nixpkgs-latest": {
"locked": { "locked": {
"lastModified": 1752336159, "lastModified": 1752336159,
@ -2278,11 +2263,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1768659755, "lastModified": 1768676937,
"narHash": "sha256-QLZVje0QuaTtt59qrg9/eGYgq4Xmfnp9Rct67l0+vms=", "narHash": "sha256-7G8FI1JVvSSj9I4r6EHuZfNp9QafzW1gtiSvpXPa0Yo=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e56d3f4ff61f60002f239d7b06de4cd9c389bb47", "rev": "8f73eb3044e416e8f6f92ffd91e9b1108c354751",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -2575,7 +2560,6 @@
"nix-maid": "nix-maid", "nix-maid": "nix-maid",
"nix-matrix-appservices": "nix-matrix-appservices", "nix-matrix-appservices": "nix-matrix-appservices",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"nixpkgs-lasuite": "nixpkgs-lasuite",
"nixpkgs-master": "nixpkgs-master", "nixpkgs-master": "nixpkgs-master",
"run0-sudo-shim": "run0-sudo-shim", "run0-sudo-shim": "run0-sudo-shim",
"sdm845": "sdm845", "sdm845": "sdm845",
@ -2808,11 +2792,11 @@
"tinted-zed": "tinted-zed" "tinted-zed": "tinted-zed"
}, },
"locked": { "locked": {
"lastModified": 1768241331, "lastModified": 1768603455,
"narHash": "sha256-li0Z2Tr5qpH+wyuCMpzXSsHYRleaTukcdLTpAsGcVzY=", "narHash": "sha256-ih6dYNhX1oSg0emfSAvf3iRcgsJtMmS6RUaoCX8kNoU=",
"owner": "danth", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "a62840a9e95801969a03b91e49c1607b5322224c", "rev": "590e5c68c4d5e8c766420473c0185d75113f653b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -3,7 +3,6 @@
gnome-mobile.url = "github:chuangzhu/nixpkgs-gnome-mobile"; gnome-mobile.url = "github:chuangzhu/nixpkgs-gnome-mobile";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-master.url = "github:nixos/nixpkgs"; nixpkgs-master.url = "github:nixos/nixpkgs";
nixpkgs-lasuite.url = "github:Henry-Hiles/nixpkgs";
wrapper-manager.url = "github:viperML/wrapper-manager"; wrapper-manager.url = "github:viperML/wrapper-manager";
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
nix-maid.url = "github:viperML/nix-maid"; nix-maid.url = "github:viperML/nix-maid";