From 81e22d4ebab1fb6837fbc523f95b8bfd2f0e9d39 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 10 Dec 2022 14:45:55 +0100 Subject: [PATCH] Upgrade to NixOS 22.11 --- flake.lock | 49 +++++++++++++++++++++++++++++++++++++++++-------- flake.nix | 5 +++-- 2 files changed, 44 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 67cf2f9..949e2d7 100644 --- a/flake.lock +++ b/flake.lock @@ -79,19 +79,20 @@ "inputs": { "nixpkgs": [ "nixpkgs" - ] + ], + "utils": "utils" }, "locked": { - "lastModified": 1667907331, - "narHash": "sha256-bHkAwkYlBjkupPUFcQjimNS8gxWSWjOTevEuwdnp5m0=", + "lastModified": 1670253003, + "narHash": "sha256-/tJIy4+FbsQyslq1ipyicZ2psOEd8dvl4OJ9lfisjd0=", "owner": "nix-community", "repo": "home-manager", - "rev": "6639e3a837fc5deb6f99554072789724997bc8e5", + "rev": "0e8125916b420e41bf0d23a0aa33fadd0328beb3", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-22.05", + "ref": "release-22.11", "repo": "home-manager", "type": "github" } @@ -202,11 +203,27 @@ }, "nixpkgs": { "locked": { - "lastModified": 1669920164, - "narHash": "sha256-+3DM3bi/c/6MSCGDwAqqlpYHhOuKTL0bH7Xf4UmScdI=", + "lastModified": 1670543317, + "narHash": "sha256-4mMR56rtxKr+Gwz399jFr4i76SQZxsLWxxyfQlPXRm0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "97e88a936cf18bc8a2c6cf65e4ec8d423e4cb743", + "rev": "7a6a010c3a1d00f8470a5ca888f2f927f1860a19", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-22.11", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-2205": { + "locked": { + "lastModified": 1670538458, + "narHash": "sha256-mvKmBkdlhzsMBtnzYXjYn08EGw9rFBEE9hp4Uqgol1Q=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "99ec06122f481588abafd91f2710d80a5320efe6", "type": "github" }, "original": { @@ -339,6 +356,7 @@ "nix-pre-commit-hooks": "nix-pre-commit-hooks", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs", + "nixpkgs-2205": "nixpkgs-2205", "nixpkgs-overlay": "nixpkgs-overlay", "nixpkgs-unstable": "nixpkgs-unstable", "password-hash-self-service": "password-hash-self-service", @@ -390,6 +408,21 @@ "repo": "sops-nix", "type": "github" } + }, + "utils": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 875a293..c7d73a0 100644 --- a/flake.nix +++ b/flake.nix @@ -4,10 +4,11 @@ inputs = { flake-utils.url = "github:numtide/flake-utils"; - nixpkgs.url = "github:nixos/nixpkgs/nixos-22.05"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-22.11"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs-2205.url = "github:nixos/nixpkgs/nixos-22.05"; - home-manager.url = "github:nix-community/home-manager/release-22.05"; + home-manager.url = "github:nix-community/home-manager/release-22.11"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; krops.url = "github:Mic92/krops";