Skip to content

Commit 780c378

Browse files
committed
chore: bump flake
1 parent e90c401 commit 780c378

File tree

5 files changed

+50
-78
lines changed

5 files changed

+50
-78
lines changed

flake.lock

Lines changed: 45 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
inputs = {
1414
# Nix ecosystem
15-
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
16-
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.05";
15+
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
16+
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.11";
1717
systems.url = "github:nix-systems/default-linux";
1818

1919
hardware.url = "github:nixos/nixos-hardware";

home/gabriel/features/pass/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
services.pass-secret-service = {
1515
enable = true;
16-
storePath = "${config.home.homeDirectory}/.password-store";
1716
extraArgs = ["-e${config.programs.password-store.package}/bin/pass"];
1817
};
1918

hosts/alcyone/services/mail.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"gsfontes.com"
2222
];
2323
useFsLayout = true;
24-
certificateScheme = "acme-nginx";
24+
x509.useACMEHost = config.mailserver.fqdn;
2525
localDnsResolver = false;
2626
loginAccounts = {
2727
"hi@m7.rs" = {

pkgs/clip-notify/default.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010
name = "clip-notify";
1111
runtimeInputs = [file coreutils libnotify wl-clipboard];
1212
text = builtins.readFile ./clip-notify.sh;
13-
})
14-
// {
1513
meta = with lib; {
1614
licenses = licenses.mit;
1715
platforms = platforms.all;
16+
mainProgram = "clip-notify";
1817
};
19-
}
18+
})

0 commit comments

Comments
 (0)