From a072329247526cfbaeb173301a129eb81e339d16 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Fri, 24 May 2024 02:24:12 +0900 Subject: [PATCH] Pin to nixos-24.05 Follow #600 --- flake.lock | 8 ++++---- flake.nix | 5 +---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 72ee3087..f4d5a514 100644 --- a/flake.lock +++ b/flake.lock @@ -39,16 +39,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1716454183, - "narHash": "sha256-MlvLaNSnkD36s9HL6EDEzl9ob9RLu02LFCjcuMBzAKQ=", + "lastModified": 1716408587, + "narHash": "sha256-el71IUaQdEmntmd51GBpkJs/Hqh6S4dmfmUGP8GQaME=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "db4350a1f7d94cec7fdf309a544a42a5517c8c30", + "rev": "1a7abfa62e8a36f7f2dbe463722ed9ea31be5e43", "type": "github" }, "original": { "owner": "NixOS", - "ref": "release-24.05", + "ref": "nixos-24.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 002a810b..453c9ea7 100644 --- a/flake.nix +++ b/flake.nix @@ -5,10 +5,7 @@ # - https://discourse.nixos.org/t/differences-between-nix-channels/13998 # How to update the revision # - `nix flake update --commit-lock-file` # https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake-update.html - # TODO: s/release-24.05/nixos-24.05/ after nixpkgs branch off it - # - https://discourse.nixos.org/t/differences-between-nix-channels/13998/2?u=kachick - # - https://github.com/NixOS/nixpkgs/issues/303285 - nixpkgs.url = "github:NixOS/nixpkgs/release-24.05"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; edge-nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; # https://github.com/nix-community/home-manager/blob/release-24.05/docs/manual/nix-flakes.md home-manager = {