motiejus/config

NixOS config
git clone https://git.jakstys.lt/motiejus/config.git
Log | Tree | Refs | README | LICENSE

commit 67c238b3fd78beffc60fa212d63a1ac4dbab9b56 (tree)
parent 135ffd1b4905f758d1e3f09f7de4a06fc3434cef
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Tue, 10 Feb 2026 11:23:55 +0000

flake.nix syntax update

Diffstat:
Mflake.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -108,14 +108,14 @@ mrescue-alpine = super.callPackage ./pkgs/mrescue-alpine.nix { }; # needs 0.9.28+ for __attribute__((cleanup)) - tinycc = super.tinycc.overrideAttrs (_: { + tinycc = super.tinycc.overrideAttrs { version = "0.9.27-unstable-2026-02-07"; src = super.fetchFromRepoOrCz { repo = "tinycc"; rev = "4597a9621e70a337b241d424f4ab4729cb75b426"; hash = "sha256-/jm00d4BZQateOHkUatc9Y2ZofwvgkRgps72vgAOWno="; }; - }); + }; mkDebianLive = super.callPackage ./pkgs/mrescue-debian.nix { }; mrescue-debian-xfce = mkDebianLive {