From bb06827474f0cc938ea4eecd7177fe467c4da93b Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 18 May 2024 16:45:56 +0300 Subject: [PATCH] flake: switch to nixos-unstable-small --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 32150d7..469fab7 100644 --- a/flake.lock +++ b/flake.lock @@ -114,16 +114,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1715534503, - "narHash": "sha256-5ZSVkFadZbFP1THataCaSf0JH2cAH3S29hU9rrxTEqk=", + "lastModified": 1715996989, + "narHash": "sha256-ObD9YSelkwCAylEXJHcNjrn3hLOfIVScB1tPz9zeDN8=", "owner": "nixos", "repo": "nixpkgs", - "rev": "2057814051972fa1453ddfb0d98badbea9b83c06", + "rev": "63d3e5d82edf5a138e7d0872231cc23ed4e740fd", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable", + "ref": "nixos-unstable-small", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index cc741b4..88f5615 100644 --- a/flake.nix +++ b/flake.nix @@ -77,7 +77,7 @@ # Flake inputs inputs = { ## Basic Inputs - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; flake-parts.url = "github:hercules-ci/flake-parts"; flake-utils.url = "github:numtide/flake-utils"; systems.url = "github:nix-systems/default";