update system to 26.05
This commit is contained in:
parent
97072971c1
commit
e770bf9a6d
5 changed files with 61 additions and 20 deletions
|
|
@ -2,15 +2,15 @@
|
|||
description = "NixOS flake";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
|
||||
systems.url = "github:nix-systems/default-linux";
|
||||
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.7.0";
|
||||
opencode.url = "github:GutMutCode/opencode-nix/";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-25.11";
|
||||
url = "github:nix-community/home-manager/release-26.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
atuin.url = "github:atuinsh/atuin/v18.13.3";
|
||||
atuin.url = "github:atuinsh/atuin/v18.16.1";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nix-flatpak, systems, home-manager, opencode, ... } @ inputs: let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue