From 246895bbdac7386e63e137e3371cbbf4f7decd0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 5 Aug 2023 15:09:15 +0300 Subject: [PATCH] move to nixos-23.05-small --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 8765944..da25850 100644 --- a/flake.lock +++ b/flake.lock @@ -82,16 +82,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1691065946, - "narHash": "sha256-IVSh42Q3oJwUjgLKMdzH5fMx+fk1z3V735gK1Izj1Zw=", + "lastModified": 1691200960, + "narHash": "sha256-ViCeJYmhFuJInp13giSXNdD1NvGHgx/op2iijQYzGWU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e9ca92b55bed47696cc7cc25d3f854a1e2e01f86", + "rev": "a7c57ba85e9cbbe79c42c2f3e2a38411db52eff9", "type": "github" }, "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 ee239da..9e64eee 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"; # TODO: called with unexpected argument 'home-manager'