This commit is contained in:
2025-08-06 14:26:45 +03:00
parent dbe21be8d9
commit 2dd71c7367
3 changed files with 14 additions and 12 deletions
+6 -8
View File
@@ -1,16 +1,14 @@
{
inputs,
config,
lib,
pkgs,
...
}:
let
fix = import inputs.nixpkgs-last-unstable {
system = "x86_64-linux";
config.allowUnfree = true;
}; # temp
in
# let
# fix = import inputs.nixpkgs-last-unstable {
# system = "x86_64-linux";
# config.allowUnfree = true;
# }; # temp
# in
{
services.stirling-pdf = {
enable = true;