From 7fe5a42c6f9116402a68abc81410a59d18fd48c2 Mon Sep 17 00:00:00 2001 From: Jacek Galowicz Date: Tue, 16 Jan 2024 09:42:55 +0000 Subject: [PATCH] Update flake inputs --- configuration.nix | 1 + flake.lock | 25 +++++++++++++------------ flake.nix | 2 +- nspawn-tarball.nix | 2 +- 4 files changed, 16 insertions(+), 14 deletions(-) diff --git a/configuration.nix b/configuration.nix index 72ae94d..439af68 100644 --- a/configuration.nix +++ b/configuration.nix @@ -7,6 +7,7 @@ ]; boot.isContainer = true; + networking.hostName = "nixos"; # activate Nix Flakes nix.extraOptions = '' diff --git a/flake.lock b/flake.lock index 00e55fa..0952bee 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "nixpkgs-lib": "nixpkgs-lib" }, "locked": { - "lastModified": 1690933134, - "narHash": "sha256-ab989mN63fQZBFrkk4Q8bYxQCktuHmBIBqUG1jl6/FQ=", + "lastModified": 1704982712, + "narHash": "sha256-2Ptt+9h8dczgle2Oo6z5ni5rt/uLMG47UFTR1ry/wgg=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "59cf3f1447cfc75087e7273b04b31e689a8599fb", + "rev": "07f6395285469419cf9d078f59b5b49993198c00", "type": "github" }, "original": { @@ -20,15 +20,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1693047134, - "narHash": "sha256-HxFXYpNRjeQmLZvoYhbqPagtFKWwzk60HrZNeMTGEQ0=", + "lastModified": 1705331948, + "narHash": "sha256-qjQXfvrAT1/RKDFAMdl8Hw3m4tLVvMCc8fMqzJv0pP4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "52374770b06d91b52f4468b4bce28abc895d2382", + "rev": "b8dd8be3c790215716e7c12b247f45ca525867e2", "type": "github" }, "original": { "owner": "nixos", + "ref": "nixos-23.11", "repo": "nixpkgs", "type": "github" } @@ -36,11 +37,11 @@ "nixpkgs-lib": { "locked": { "dir": "lib", - "lastModified": 1690881714, - "narHash": "sha256-h/nXluEqdiQHs1oSgkOOWF+j8gcJMWhwnZ9PFabN6q0=", + "lastModified": 1703961334, + "narHash": "sha256-M1mV/Cq+pgjk0rt6VxoyyD+O8cOUiai8t9Q6Yyq4noY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9e1960bc196baf6881340d53dccb203a951745a2", + "rev": "b0d36bd0a420ecee3bc916c91886caca87c894e9", "type": "github" }, "original": { @@ -65,11 +66,11 @@ ] }, "locked": { - "lastModified": 1692972530, - "narHash": "sha256-LG+M7TjlLJ1lx2qbD1yaexvue1VAatpVandtHVEN5Lc=", + "lastModified": 1704649711, + "narHash": "sha256-+qxqJrZwvZGilGiLQj3QbYssPdYCwl7ejwMImgH7VBQ=", "owner": "numtide", "repo": "treefmt-nix", - "rev": "843e1e1b01ac7c9e858368fffd1692cbbdbe4a0e", + "rev": "04f25d7bec9fb29d2c3bacaa48a3304840000d36", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 5a08c20..e8a1569 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { flake-parts.url = "github:hercules-ci/flake-parts"; - nixpkgs.url = "github:nixos/nixpkgs"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11"; treefmt-nix.inputs.nixpkgs.follows = "nixpkgs"; treefmt-nix.url = "github:numtide/treefmt-nix"; }; diff --git a/nspawn-tarball.nix b/nspawn-tarball.nix index 6161ddb..3d58a17 100644 --- a/nspawn-tarball.nix +++ b/nspawn-tarball.nix @@ -5,7 +5,7 @@ let flakeFile = builtins.toFile "flake.nix" '' { - inputs.nixpkgs.url = "github:nixos/nixpkgs"; + inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11"; outputs = inputs@{ self, nixpkgs, ...}: { nixosConfigurations.${config.system.name} = nixpkgs.lib.nixosSystem {