From 45de5f33bf0e2352e03a3613a419a91cccb13291 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Fri, 2 Jun 2023 09:36:34 +0200 Subject: [PATCH] nix/os/devices/steveej-t14: bump versions --- nix/os/devices/steveej-t14/flake.lock | 69 ++++++++++++++------------- nix/os/devices/steveej-t14/flake.nix | 4 +- 2 files changed, 39 insertions(+), 34 deletions(-) diff --git a/nix/os/devices/steveej-t14/flake.lock b/nix/os/devices/steveej-t14/flake.lock index 31e1136..3f5ed7c 100644 --- a/nix/os/devices/steveej-t14/flake.lock +++ b/nix/os/devices/steveej-t14/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1684824189, - "narHash": "sha256-k3nCkn5Qy67rCguuw6YkGuL6hOUNRKxQoKOjnapk5sU=", + "lastModified": 1685573051, + "narHash": "sha256-zrpbdQVJFpNVFK3SlA6mE0le8qnKjUjcuY4OzL+wSHw=", "owner": "nix-community", "repo": "home-manager", - "rev": "58eb968c21d309a6c2b020ea8d64e25c38ceebba", + "rev": "3876cc613ac3983078964ffb5a0c01d00028139e", "type": "github" }, "original": { @@ -21,29 +21,13 @@ "type": "github" } }, - "nixpkgs": { - "locked": { - "lastModified": 1684935479, - "narHash": "sha256-6QMMsXMr2nhmOPHdti2j3KRHt+bai2zw+LJfdCl97Mk=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "f91ee3065de91a3531329a674a45ddcb3467a650", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "nixpkgs-2211": { "locked": { - "lastModified": 1684936879, - "narHash": "sha256-BOSq/QiX7MDs8tUnAt4+nYTJctgYkzVSNL95qlfMYeM=", + "lastModified": 1685468986, + "narHash": "sha256-YSj3K71KjRZgeL0hS3sYLYHI0g8aIVIf9lcsRMCIW2A=", "owner": "nixos", "repo": "nixpkgs", - "rev": "99fe1b870522d6ee3e692c2b6e663d6868a3fde4", + "rev": "9af373a61647257d16ae6062cddaa9094d24920c", "type": "github" }, "original": { @@ -53,13 +37,29 @@ "type": "github" } }, - "nixpkgs-master": { + "nixpkgs-2305": { "locked": { - "lastModified": 1685014473, - "narHash": "sha256-JuB/LnigYBQL6QJq/7qrGNA6naXIiTUlHyeKw9QS6DQ=", + "lastModified": 1685533922, + "narHash": "sha256-y4FCQpYafMQ42l1V+NUrMel9RtFtZo59PzdzflKR/lo=", "owner": "nixos", "repo": "nixpkgs", - "rev": "71b17dd143edac4b476d1954155b51133e20e53e", + "rev": "3a70dd92993182f8e514700ccf5b1ae9fc8a3b8d", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-23.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-master": { + "locked": { + "lastModified": 1685687995, + "narHash": "sha256-Tmnd3TN9ng2z6YmpBqP2tuDrlSew5R1utnYv6MunygE=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "5717cbc076d996e6c07b16706073f09e021d0b99", "type": "github" }, "original": { @@ -71,11 +71,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1684935479, - "narHash": "sha256-6QMMsXMr2nhmOPHdti2j3KRHt+bai2zw+LJfdCl97Mk=", + "lastModified": 1685564631, + "narHash": "sha256-8ywr3AkblY4++3lIVxmrWZFzac7+f32ZEhH/A8pNscI=", "owner": "nixos", "repo": "nixpkgs", - "rev": "f91ee3065de91a3531329a674a45ddcb3467a650", + "rev": "4f53efe34b3a8877ac923b9350c874e3dcd5dc0a", "type": "github" }, "original": { @@ -87,11 +87,11 @@ }, "nixpkgs-unstable-small": { "locked": { - "lastModified": 1684974435, - "narHash": "sha256-Wfu69hMoJPM7DQHkApzmDdWh9o4PXXoh/xvLocUDh5s=", + "lastModified": 1685661981, + "narHash": "sha256-kT8D7j2p/kC8bS/R8QFTjqNi08+hxtREVDLcYLugtik=", "owner": "nixos", "repo": "nixpkgs", - "rev": "306cfb4b034436de11a28db49ea47a0d92a81498", + "rev": "2aa950b1dff935b834809dfd4b4e317467798704", "type": "github" }, "original": { @@ -104,8 +104,11 @@ "root": { "inputs": { "home-manager": "home-manager", - "nixpkgs": "nixpkgs", + "nixpkgs": [ + "nixpkgs-2305" + ], "nixpkgs-2211": "nixpkgs-2211", + "nixpkgs-2305": "nixpkgs-2305", "nixpkgs-master": "nixpkgs-master", "nixpkgs-unstable": "nixpkgs-unstable", "nixpkgs-unstable-small": "nixpkgs-unstable-small" diff --git a/nix/os/devices/steveej-t14/flake.nix b/nix/os/devices/steveej-t14/flake.nix index b92486d..3a195c9 100644 --- a/nix/os/devices/steveej-t14/flake.nix +++ b/nix/os/devices/steveej-t14/flake.nix @@ -1,10 +1,12 @@ { inputs.nixpkgs-2211.url = "github:nixos/nixpkgs/nixos-22.11"; - inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + inputs.nixpkgs-2305.url = "github:nixos/nixpkgs/nixos-23.05"; inputs.nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; inputs.nixpkgs-unstable-small.url = "github:nixos/nixpkgs/nixos-unstable-small"; inputs.nixpkgs-master.url = "github:nixos/nixpkgs/master"; + inputs.nixpkgs.follows = "nixpkgs-2305"; + inputs.home-manager = { url = "github:nix-community/home-manager/master"; inputs.nixpkgs.follows = "nixpkgs";