config

NixOS config
Log | Files | Refs | README | LICENSE

commit 7ca8830fbffaea1f17c428b6bd5cf23d86a8d416 (tree)
parent 820e287981e514a5a28be5928a44a388d314539d
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Wed, 23 Aug 2023 11:30:15 +0300

move to 23.05-small

Diffstat:
Mflake.lock | 2+-
Mflake.nix | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 @@ -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";