diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-12-06 17:57:46 -0600 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-12-06 17:57:46 -0600 |
| commit | 9211292d8dff501f8529d2fd0eca3830dca9f160 (patch) | |
| tree | d6ea530b5ec0aa6e40ff1b90d0607d5b7dd16528 /flake.nix | |
| parent | a570719eb14008bf1506583c6df74f6d0e172762 (diff) | |
| download | nixos-9211292d8dff501f8529d2fd0eca3830dca9f160.tar.xz nixos-9211292d8dff501f8529d2fd0eca3830dca9f160.zip | |
update to 25.11
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,14 +2,14 @@ rec { description = "TimmyOS System Config"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; sops-nix = { url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; home-manager = { - url = "github:nix-community/home-manager/release-25.05"; + url = "github:nix-community/home-manager/release-25.11"; inputs.nixpkgs.follows = "nixpkgs"; }; arkenfox = { |
