diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-12-07 17:43:59 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-12-07 17:43:59 +0530 |
| commit | 6cdd44c09685f15b66bf247801a7d5fbc0f2d0f3 (patch) | |
| tree | 84836cbd70cd5f49524df31aca06830afd5d86bc /flake.nix | |
| parent | 2229c1fc74282faec1a1f40e769fdcfea971f427 (diff) | |
updated to 25.11, reduced workspaces from 9 to 5, readded ollama
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,10 +2,10 @@ description = "System"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; - nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-25.05"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; + nixpkgs-unstable.url = "github:nixos/nixpkgs/master"; home-manager = { - url = "github:nix-community/home-manager/release-25.05"; + url = "github:nix-community/home-manager/release-25.11"; inputs.nixpkgs.follows = "nixpkgs"; }; }; |
