From 7ca8830fbffaea1f17c428b6bd5cf23d86a8d416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 23 Aug 2023 11:30:15 +0300 Subject: [PATCH] move to 23.05-small --- flake.lock | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 5135e22..4d06939 100644 --- a/flake.lock +++ b/flake.lock @@ -114,7 +114,7 @@ }, "original": { "owner": "NixOS", - "ref": "nixos-23.05", + "ref": "nixos-23.05-small", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 43809e2..82d4081 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "motiejus/config"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05-small"; flake-utils.url = "github:numtide/flake-utils"; home-manager.url = "github:nix-community/home-manager/release-23.05";