File tree Expand file tree Collapse file tree 2 files changed +59
-59
lines changed Expand file tree Collapse file tree 2 files changed +59
-59
lines changed Original file line number Diff line number Diff line change 1414
1515 inputs = {
1616 nixos-2311 . url = "github:NixOS/nixpkgs/nixos-23.11" ;
17- nixos-2405 . url = "github:NixOS/nixpkgs/nixos-24.05" ;
1817 nixos-2411 . url = "github:NixOS/nixpkgs/nixos-24.11" ;
18+ nixos-2505 . url = "github:NixOS/nixpkgs/nixos-25.05" ;
1919
20- nixpkgs . follows = "nixos-2411 " ;
20+ nixpkgs . follows = "nixos-2505 " ;
2121 nixpkgs-unstable . url = "github:NixOS/nixpkgs/nixos-unstable" ;
2222
2323 home-manager = {
24- url = "github:nix-community/home-manager/release-24.11 " ;
24+ url = "github:nix-community/home-manager/release-25.05 " ;
2525 inputs . nixpkgs . follows = "nixpkgs" ;
2626 } ;
2727
7676 ethereum-nix = {
7777 url = "github:metacraft-labs/ethereum.nix" ;
7878 inputs = {
79- nixpkgs . follows = "nixos-2405 " ;
79+ nixpkgs . follows = "nixos-2411 " ;
8080 nixpkgs-2311 . follows = "nixos-2311" ;
8181 nixpkgs-unstable . follows = "nixpkgs-unstable" ;
8282 flake-parts . follows = "flake-parts" ;
121121 nixos-images = {
122122 url = "github:nix-community/nixos-images" ;
123123 inputs = {
124- nixos-stable . follows = "nixos-2405 " ;
124+ nixos-stable . follows = "nixos-2505 " ;
125125 nixos-unstable . follows = "nixpkgs-unstable" ;
126126 } ;
127127 } ;
You can’t perform that action at this time.
0 commit comments