this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: switch to stable NixOS 25.05

Khue Doan 0a4e74bd ac88b973

+6 -6
+4 -4
flake.lock
··· 43 43 }, 44 44 "nixpkgs": { 45 45 "locked": { 46 - "lastModified": 1759381078, 47 - "narHash": "sha256-gTrEEp5gEspIcCOx9PD8kMaF1iEmfBcTbO0Jag2QhQs=", 46 + "lastModified": 1759580034, 47 + "narHash": "sha256-YWo57PL7mGZU7D4WeKFMiW4ex/O6ZolUS6UNBHTZfkI=", 48 48 "owner": "NixOS", 49 49 "repo": "nixpkgs", 50 - "rev": "7df7ff7d8e00218376575f0acdcc5d66741351ee", 50 + "rev": "3bcc93c5f7a4b30335d31f21e2f1281cba68c318", 51 51 "type": "github" 52 52 }, 53 53 "original": { 54 54 "owner": "NixOS", 55 - "ref": "nixos-unstable", 55 + "ref": "nixos-25.05", 56 56 "repo": "nixpkgs", 57 57 "type": "github" 58 58 }
+1 -1
flake.nix
··· 2 2 description = "Nixie"; 3 3 4 4 inputs = { 5 - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; 5 + nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; 6 6 flake-utils.url = "github:numtide/flake-utils"; 7 7 gomod2nix.url = "github:nix-community/gomod2nix"; 8 8 gomod2nix.inputs.nixpkgs.follows = "nixpkgs";
+1 -1
go.mod
··· 1 1 module code.khuedoan.com/nixie 2 2 3 - go 1.25.0 3 + go 1.24.3