From 1da6ee9126b1aa34073939bf707c93a8a2abcf02 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 23 Nov 2023 22:50:06 +0100 Subject: [PATCH] feat: track nixos-23.11 input for nixpkgs, drop 23.05 input --- flake.lock | 43 +++++++++++++------------------------------ flake.nix | 3 +-- 2 files changed, 14 insertions(+), 32 deletions(-) diff --git a/flake.lock b/flake.lock index be573f18..c1c61d32 100644 --- a/flake.lock +++ b/flake.lock @@ -159,11 +159,11 @@ ] }, "locked": { - "lastModified": 1700419052, - "narHash": "sha256-U6a5f9ynbzcp8PMIHULbHPkbwp7YfPKOYmTcLqlalD4=", + "lastModified": 1700553346, + "narHash": "sha256-kW7uWsCv/lxuA824Ng6EYD9hlVYRyjuFn0xBbYltAeQ=", "owner": "nix-community", "repo": "home-manager", - "rev": "993fb02d20760067b8ee19c713d94cee07037759", + "rev": "1aabb0a31b25ad83cfaa37c3fe29053417cd9a0f", "type": "github" }, "original": { @@ -174,11 +174,11 @@ }, "master": { "locked": { - "lastModified": 1700499531, - "narHash": "sha256-ZECTEBh5TiJ7R/geJfIemLFxWZ4xzHJLP7bPZDYrgLA=", + "lastModified": 1700671892, + "narHash": "sha256-tLH8db96VCHMgl+3BECHVwlkjKxgmARmmhyEAPFEDvc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "91ac5b759cba787a1291ccd13139425164eca438", + "rev": "bef55841a27cd41710bf52e6d6de41bd8733a1fc", "type": "github" }, "original": { @@ -225,22 +225,6 @@ "type": "github" } }, - "nixos-23-05": { - "locked": { - "lastModified": 1700403855, - "narHash": "sha256-Q0Uzjik9kUTN9pd/kp52XJi5kletBhy29ctBlAG+III=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "0c5678df521e1407884205fe3ce3cf1d7df297db", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-23.05", - "repo": "nixpkgs", - "type": "github" - } - }, "nixos-flake": { "locked": { "lastModified": 1700251667, @@ -258,11 +242,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1700392353, - "narHash": "sha256-KARn8aVJu5fdW0jdJYoOQ1SPqWlNdz4l7r90NbArWSY=", + "lastModified": 1700559156, + "narHash": "sha256-gL4epO/qf+wo30JjC3g+b5Bs8UrpxzkhNBBsUYxpw2g=", "owner": "nixos", "repo": "nixos-hardware", - "rev": "2b00bc76dc893cd996a3d76a2f059d657a5ef37a", + "rev": "c3abafb01cd7045dba522af29b625bd1e170c2fb", "type": "github" }, "original": { @@ -273,16 +257,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1700390070, - "narHash": "sha256-de9KYi8rSJpqvBfNwscWdalIJXPo8NjdIZcEJum1mH0=", + "lastModified": 1700671922, + "narHash": "sha256-XPh/AHD14O+oaztjSb53c3Gh9K1JQHNBOTdn0dvtJpM=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e4ad989506ec7d71f7302cc3067abd82730a4beb", + "rev": "4784a12198f7434971d5bb8aa6f111acef662ff4", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable", + "ref": "nixos-23.11", "repo": "nixpkgs", "type": "github" } @@ -332,7 +316,6 @@ "master": "master", "nix-darwin": "nix-darwin", "nixos-22-05": "nixos-22-05", - "nixos-23-05": "nixos-23-05", "nixos-flake": "nixos-flake", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs", diff --git a/flake.nix b/flake.nix index ccadb194..9efd1096 100644 --- a/flake.nix +++ b/flake.nix @@ -6,8 +6,7 @@ inputs = { # Track channels with commits tested and built by hydra nixos-22-05.url = "github:nixos/nixpkgs/nixos-22.05"; - nixos-23-05.url = "github:nixos/nixpkgs/nixos-23.05"; - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11"; unstable.url = "github:nixos/nixpkgs/nixos-unstable"; master.url = "github:nixos/nixpkgs/master";