use my custom module

This commit is contained in:
Henry Hiles 2026-01-21 15:46:37 +00:00
commit a8df12e37a
No known key found for this signature in database
3 changed files with 18 additions and 1 deletions

View file

@ -14,7 +14,7 @@ in
];
imports = [
inputs.lasuite-docs-proxy.nixosModules.default
"${inputs.nixpkgs-master}/nixos/modules/services/web-apps/lasuite-docs.nix"
"${inputs.nixpkgs-custom}/nixos/modules/services/web-apps/lasuite-docs.nix"
];
systemd.services = {

16
flake.lock generated
View file

@ -2155,6 +2155,21 @@
"type": "github"
}
},
"nixpkgs-custom": {
"locked": {
"lastModified": 1769010156,
"narHash": "sha256-jx0b7fsNn254FlsAGmtLvEUw/m9cClU8OEEAMnohU4k=",
"owner": "Henry-Hiles",
"repo": "nixpkgs",
"rev": "d16b5fd34f535a850e0defa2621e6c9fc2e465f1",
"type": "github"
},
"original": {
"owner": "Henry-Hiles",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-latest": {
"locked": {
"lastModified": 1752336159,
@ -2560,6 +2575,7 @@
"nix-maid": "nix-maid",
"nix-matrix-appservices": "nix-matrix-appservices",
"nixpkgs": "nixpkgs",
"nixpkgs-custom": "nixpkgs-custom",
"nixpkgs-master": "nixpkgs-master",
"run0-sudo-shim": "run0-sudo-shim",
"sdm845": "sdm845",

View file

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