From dc27cabd1fb13d5209e3e928093ddafa4226596e Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Wed, 24 May 2023 14:22:07 +0200 Subject: [PATCH] nix/os/devices/steveej-t14: bump versions --- nix/os/devices/steveej-t14/flake.lock | 37 +++++++++++++++++++-------- nix/os/devices/steveej-t14/flake.nix | 3 ++- 2 files changed, 29 insertions(+), 11 deletions(-) diff --git a/nix/os/devices/steveej-t14/flake.lock b/nix/os/devices/steveej-t14/flake.lock index cd48ef6..f57d23d 100644 --- a/nix/os/devices/steveej-t14/flake.lock +++ b/nix/os/devices/steveej-t14/flake.lock @@ -39,11 +39,11 @@ }, "nixpkgs-2211": { "locked": { - "lastModified": 1684661732, - "narHash": "sha256-2/Xo/UmUUoMXc0T5tzoUsYjMLLMjEfzRWDAQB0WwtW0=", + "lastModified": 1684858140, + "narHash": "sha256-dQStox5GYrVlVNMvxxXs3xX9bXG7J7ttSjqUcVm8EaA=", "owner": "nixos", "repo": "nixpkgs", - "rev": "b0671cbf1e5c443f7fbfd4941ee0f8a151435114", + "rev": "a17f99dfcb9643200b3884ca195c69ae41d7f059", "type": "github" }, "original": { @@ -55,11 +55,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1684911153, - "narHash": "sha256-M4LzmXyFOwGbsmmajQhhQqxGU52ELp1RIVZKl9A7Pjo=", + "lastModified": 1684930742, + "narHash": "sha256-I3XKNFLhZ6/6RYa7/GXZZZ4yTgcS/4lRM+Je2mzo8z4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "0438c163a2b8f45bdadc04db12380188fcbf6223", + "rev": "1b8093954cb608d6f88246f90b2c65767149f047", "type": "github" }, "original": { @@ -71,11 +71,27 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1684857135, - "narHash": "sha256-MrX+6QO3xf+Gkm+BgU45jBB/l9XRvH/hGsLfx8fEetU=", + "lastModified": 1684754342, + "narHash": "sha256-plGnjnbnPLoZCTdQX21oT7xliQhFtgcWlkuDHgtEb1o=", "owner": "nixos", "repo": "nixpkgs", - "rev": "499cad7a722caf0bebb2a382a67fa39c992acebd", + "rev": "7084250df3d7f9735087d3234407f3c1fc2400e3", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-unstable-small": { + "locked": { + "lastModified": 1684919781, + "narHash": "sha256-YoPHy7ZDw5I154nFnRd20OfZA26NW53BO9S9jg4IRxs=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "56fb53c5a8406c176d470b2ffaef9920cad8305e", "type": "github" }, "original": { @@ -91,7 +107,8 @@ "nixpkgs": "nixpkgs", "nixpkgs-2211": "nixpkgs-2211", "nixpkgs-master": "nixpkgs-master", - "nixpkgs-unstable": "nixpkgs-unstable" + "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 4a0905c..b92486d 100644 --- a/nix/os/devices/steveej-t14/flake.nix +++ b/nix/os/devices/steveej-t14/flake.nix @@ -1,7 +1,8 @@ { inputs.nixpkgs-2211.url = "github:nixos/nixpkgs/nixos-22.11"; inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - inputs.nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable-small"; + 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.home-manager = {