nixos-25.11
This commit is contained in:
parent
18871b8617
commit
549b3633d1
6 changed files with 76 additions and 117 deletions
10
flake.nix
10
flake.nix
|
|
@ -2,7 +2,7 @@
|
|||
description = "Harald Hoyer's Nix Configurations";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||
|
||||
# NixPkgs Unstable (nixos-unstable)
|
||||
unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
};
|
||||
|
||||
lanzaboote = {
|
||||
url = "github:nix-community/lanzaboote/v0.4.2";
|
||||
url = "github:nix-community/lanzaboote/v0.4.3";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.crane.follows = "crane";
|
||||
inputs.rust-overlay.follows = "rust-overlay";
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
};
|
||||
|
||||
# macOS Support (master)
|
||||
darwin.url = "github:lnl7/nix-darwin/nix-darwin-25.05";
|
||||
darwin.url = "github:lnl7/nix-darwin/nix-darwin-25.11";
|
||||
darwin.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
nix-homebrew.url = "github:zhaofengli-wip/nix-homebrew";
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
flake = false;
|
||||
};
|
||||
|
||||
home-manager.url = "github:nix-community/home-manager/release-25.05";
|
||||
home-manager.url = "github:nix-community/home-manager/release-25.11";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
neovim-flake.url = "github:NotAShelf/nvf/";
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-25.05";
|
||||
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-25.11";
|
||||
simple-nixos-mailserver.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
claude.url = "github:k3d3/claude-desktop-linux-flake";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue