use my custom module
This commit is contained in:
parent
acd1776606
commit
a8df12e37a
3 changed files with 18 additions and 1 deletions
|
|
@ -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
16
flake.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue