From 88904c75dcae93e0d00d32c709b1fbff920063d9 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Fri, 25 Aug 2023 19:39:35 +0200 Subject: [PATCH] Remove nixpkgs 23.05 --- flake.lock | 19 +------------------ flake.nix | 3 +-- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/flake.lock b/flake.lock index 71ebc01..bbb680f 100644 --- a/flake.lock +++ b/flake.lock @@ -133,30 +133,13 @@ "type": "github" } }, - "nixpkgs2305": { - "locked": { - "lastModified": 1690927903, - "narHash": "sha256-D5gCaCROnjEKDOel//8TO/pOP87pAEtT0uT8X+0Bj/U=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "bd836ac5e5a7358dea73cb74a013ca32864ccb86", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-23.05", - "repo": "nixpkgs", - "type": "github" - } - }, "root": { "inputs": { "agenix": "agenix", "home-manager": "home-manager_2", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs", - "nixpkgs2211": "nixpkgs2211", - "nixpkgs2305": "nixpkgs2305" + "nixpkgs2211": "nixpkgs2211" } } }, diff --git a/flake.nix b/flake.nix index 92bc16b..d629252 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,6 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - nixpkgs2305.url = "github:nixos/nixpkgs/nixos-23.05"; nixpkgs2211.url = "github:nixos/nixpkgs/nixos-22.11"; agenix.url = "github:ryantm/agenix"; agenix.inputs.nixpkgs.follows = "nixpkgs"; @@ -12,7 +11,7 @@ home-manager.inputs.nixpkgs.follows = "nixpkgs"; }; - outputs = { self, nixpkgs, nixpkgs2305, nixpkgs2211, agenix, nixos-hardware, home-manager, ... }: { + outputs = { self, nixpkgs, nixpkgs2211, agenix, nixos-hardware, home-manager, ... }: { nixosConfigurations = { pinwheel = let system = "x86_64-linux";