diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-07 15:13:45 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-07 15:13:45 +1200 |
| commit | bf2218101c8dae728d721606c076c3de888ef3ae (patch) | |
| tree | a23aa67be6dc25cf718d131636834c45af139475 /flake.nix | |
| parent | 88654b35a3891619cf7fbea70607667b176993b1 (diff) | |
| download | yerbalinux-bf2218101c8dae728d721606c076c3de888ef3ae.tar.xz yerbalinux-bf2218101c8dae728d721606c076c3de888ef3ae.zip | |
Newer nixpkgs - why was i on 24.11?
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ { description = "Yerba Linux"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05"; outputs = { self, nixpkgs }: let system = "x86_64-linux"; |
