diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-06-02 12:37:44 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-06-02 12:37:44 -0500 |
| commit | a6d9a9de1defe2c39c9514c0de76d37dcf8a0576 (patch) | |
| tree | 96365fe73d9d079abcfab0dbbf3d3947168d9ac9 /flake.nix | |
| parent | 71a5db2f26d1ac01c8e897d9362a09956c02bbc3 (diff) | |
| download | nixos-a6d9a9de1defe2c39c9514c0de76d37dcf8a0576.tar.xz nixos-a6d9a9de1defe2c39c9514c0de76d37dcf8a0576.zip | |
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ rec { description = "TimmyOS System Config"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-26.05"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; sops-nix = { @@ -10,7 +10,7 @@ rec { inputs.nixpkgs.follows = "nixpkgs"; }; home-manager = { - url = "github:nix-community/home-manager/release-25.11"; + url = "github:nix-community/home-manager/release-26.05"; inputs.nixpkgs.follows = "nixpkgs"; }; arkenfox = { |
