From 518d7fc0387ada9cdba5d4d63376d896909eb6b1 Mon Sep 17 00:00:00 2001 From: noe Date: Wed, 24 Apr 2024 22:55:36 -0400 Subject: [PATCH 01/10] update flake.lock --- flake.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 12268ed..5d00daf 100644 --- a/flake.lock +++ b/flake.lock @@ -90,11 +90,11 @@ ] }, "locked": { - "lastModified": 1714013647, - "narHash": "sha256-EKKr9YzgZdhvFTa/rhxI407svNUPgvV+KMVytgL4Wxk=", + "lastModified": 1714013720, + "narHash": "sha256-2w0R/qMlu2jX7Ezk1nt7fdXvTnaX5VIgP+eCrfmTaDI=", "ref": "refs/heads/main", - "rev": "045d9131e1e4131d0bbeefd2cb34eb13d25ae0d6", - "revCount": 4, + "rev": "a9265b4c751cd279fccb6b04de6b2d1fd1965e25", + "revCount": 5, "type": "git", "url": "https://git.sapphic.engineer/noe/emotes" }, From 04c688dda15d702a567482278b6c5c01a955aa6c Mon Sep 17 00:00:00 2001 From: noe Date: Wed, 24 Apr 2024 22:56:57 -0400 Subject: [PATCH 02/10] update flake.lock --- flake.lock | 66 +++++++++++++++++++++++++++++++++++++++++++++++++----- flake.nix | 4 ++++ 2 files changed, 65 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 5d00daf..06f2cb2 100644 --- a/flake.lock +++ b/flake.lock @@ -103,6 +103,24 @@ "url": "https://git.sapphic.engineer/noe/emotes" } }, + "fedi-emotes_2": { + "inputs": { + "nixpkgs": "nixpkgs_2" + }, + "locked": { + "lastModified": 1714013418, + "narHash": "sha256-uDYWDm4ScS1Q5Oy3M+xYn8yYkHbqHq1q1h21kipXbM0=", + "ref": "refs/heads/main", + "rev": "301a38202122431f738c4f5b31757d910a1e6491", + "revCount": 3, + "type": "git", + "url": "https://git.sapphic.engineer/noe/emotes" + }, + "original": { + "type": "git", + "url": "https://git.sapphic.engineer/noe/emotes" + } + }, "flake-compat": { "locked": { "lastModified": 1688025799, @@ -347,6 +365,27 @@ "url": "https://iceshrimp.dev/noe/withdrawal" } }, + "lightrunner-emotes": { + "inputs": { + "fedi-emotes": "fedi-emotes_2", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1714013511, + "narHash": "sha256-YRGt0hJqDOtJN1v1SOVq53D7q1mvzfMKOlzgiPo7faE=", + "ref": "refs/heads/main", + "rev": "385c9edd61090e463ae05c9d804866d7f78c8d90", + "revCount": 3, + "type": "git", + "url": "https://git.sapphic.engineer/noe/lightrunner-emotes" + }, + "original": { + "type": "git", + "url": "https://git.sapphic.engineer/noe/lightrunner-emotes" + } + }, "nix-darwin": { "inputs": { "nixpkgs": [ @@ -386,7 +425,7 @@ "nixos-generators": { "inputs": { "nixlib": "nixlib", - "nixpkgs": "nixpkgs_2" + "nixpkgs": "nixpkgs_3" }, "locked": { "lastModified": 1713783234, @@ -519,6 +558,22 @@ } }, "nixpkgs_2": { + "locked": { + "lastModified": 1713596654, + "narHash": "sha256-LJbHQQ5aX1LVth2ST+Kkse/DRzgxlVhTL1rxthvyhZc=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "fd16bb6d3bcca96039b11aa52038fafeb6e4f4be", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_3": { "locked": { "lastModified": 1712482522, "narHash": "sha256-Ai/xNgZpbwGcw0TSXwEPwwbPi8Iu906sB9M9z3o6UgA=", @@ -534,7 +589,7 @@ "type": "github" } }, - "nixpkgs_3": { + "nixpkgs_4": { "locked": { "lastModified": 1713895582, "narHash": "sha256-cfh1hi+6muQMbi9acOlju3V1gl8BEaZBXBR9jQfQi4U=", @@ -550,7 +605,7 @@ "type": "github" } }, - "nixpkgs_4": { + "nixpkgs_5": { "locked": { "lastModified": 1713596654, "narHash": "sha256-LJbHQQ5aX1LVth2ST+Kkse/DRzgxlVhTL1rxthvyhZc=", @@ -650,8 +705,9 @@ "home-manager": "home-manager", "iceshrimp": "iceshrimp", "iceshrimp-withdrawal": "iceshrimp-withdrawal", + "lightrunner-emotes": "lightrunner-emotes", "nixos-generators": "nixos-generators", - "nixpkgs": "nixpkgs_3", + "nixpkgs": "nixpkgs_4", "nixpkgs-master": "nixpkgs-master", "nixpkgs-stable": "nixpkgs-stable", "nixpkgs-unstable": "nixpkgs-unstable", @@ -679,7 +735,7 @@ }, "sops-nix": { "inputs": { - "nixpkgs": "nixpkgs_4", + "nixpkgs": "nixpkgs_5", "nixpkgs-stable": "nixpkgs-stable_2" }, "locked": { diff --git a/flake.nix b/flake.nix index 7a9d3b0..a75fa5c 100644 --- a/flake.nix +++ b/flake.nix @@ -62,6 +62,10 @@ url = "git+https://git.sapphic.engineer/noe/emotes"; inputs.nixpkgs.follows = "nixpkgs"; }; + lightrunner-emotes = { + url = "git+https://git.sapphic.engineer/noe/lightrunner-emotes"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; nixConfig = { From b4a2cf21ea08eccf8f6cb068d6a35e5d158ea3e6 Mon Sep 17 00:00:00 2001 From: noe Date: Wed, 24 Apr 2024 23:01:45 -0400 Subject: [PATCH 03/10] s-e: update emoji flake --- nixos/hosts/sapphic-engineer/akkoma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/sapphic-engineer/akkoma.nix b/nixos/hosts/sapphic-engineer/akkoma.nix index 0b0103e..7416bc3 100644 --- a/nixos/hosts/sapphic-engineer/akkoma.nix +++ b/nixos/hosts/sapphic-engineer/akkoma.nix @@ -32,7 +32,7 @@ in { emoji = { enable = true; emojiPackages = let - lightrunner = inputs.lightrunner-emotes.packages.${pkgs.system}; + lightrunner = inputs.lightrunner-emotes.packages.${pkgs.system}.lightrunner; in [ lightrunner.hearts lightrunner.anime From adef2d9e2d135d6efc6ede96b42cf8a09be6a578 Mon Sep 17 00:00:00 2001 From: noe Date: Wed, 24 Apr 2024 23:02:10 -0400 Subject: [PATCH 04/10] h-m/vesktop: update to recent main branch --- home-manager/features/vesktop/default.nix | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/home-manager/features/vesktop/default.nix b/home-manager/features/vesktop/default.nix index 802ece2..1285a8f 100644 --- a/home-manager/features/vesktop/default.nix +++ b/home-manager/features/vesktop/default.nix @@ -1,6 +1,20 @@ -{ pkgs, ... }: { +{ pkgs, ... }: let + vesktop = pkgs.vesktop.overrideAttrs(final: prev: { + src = pkgs.fetchFromGitHub { + owner = "Vencord"; + repo = "Vesktop"; + rev = "2733727a40a4cf542277dedcf89e87e7740f962d"; + hash = "sha256-EF36HbbhTuAdwBEKqYgBBu7JoP1LJneU78bROHoKqDw="; + }; - home.packages = [ pkgs.vesktop ]; + pnpmDeps = prev.pnpmDeps.overrideAttrs(final2: prev2: { + outputHash = "sha256-6ezEBeYmK5va3gCh00YnJzZ77V/Ql7A3l/+csohkz68="; + }); + }); +in { + home.packages = [ + vesktop + ]; # xdg.configFile = let # prefix = "VencordDesktop/VencordDesktop"; From 33c35c6cc398d8ec4a1017c89cc36590f60112ac Mon Sep 17 00:00:00 2001 From: noe Date: Wed, 24 Apr 2024 23:02:39 -0400 Subject: [PATCH 05/10] aerial: fix nvidia weird, plasma6 weird --- nixos/features/nvidia-no-vrr.nix | 10 +++++----- nixos/features/nvidia.nix | 2 ++ nixos/features/plasma6.nix | 7 ++----- nixos/hosts/aerial/default.nix | 4 ---- 4 files changed, 9 insertions(+), 14 deletions(-) diff --git a/nixos/features/nvidia-no-vrr.nix b/nixos/features/nvidia-no-vrr.nix index 8082209..d377f96 100644 --- a/nixos/features/nvidia-no-vrr.nix +++ b/nixos/features/nvidia-no-vrr.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, ... }: +{ pkgs, lib, config, ... }: let nvidia = config.hardware.nvidia.package; vrr-off = pkgs.writeScriptBin "vrr-off" '' @@ -15,9 +15,9 @@ in { }; wantedBy = [ "graphical-session.target" ]; }; - }; - services.xserver.displayManager.setupCommands = '' - ${vrr-off}/bin/vrr-off - ''; + services.xserver.displayManager.setupCommands = '' + ${vrr-off}/bin/vrr-off + ''; + }; } diff --git a/nixos/features/nvidia.nix b/nixos/features/nvidia.nix index a0837b3..0ae84f5 100644 --- a/nixos/features/nvidia.nix +++ b/nixos/features/nvidia.nix @@ -20,6 +20,8 @@ ]; services.xserver.videoDrivers = ["nvidia"]; + services.displayManager.sddm.wayland.enable = lib.mkForce false; + services.xserver.enable = true; hardware.nvidia = { modesetting.enable = true; diff --git a/nixos/features/plasma6.nix b/nixos/features/plasma6.nix index d8fc86e..84f4987 100644 --- a/nixos/features/plasma6.nix +++ b/nixos/features/plasma6.nix @@ -1,7 +1,4 @@ -{ inputs, ... }: { - # imports = [ - # inputs.kde2nix.nixosModules.plasma6 - # ]; +{ lib, ... }: { services.desktopManager = { plasma6.enable = true; @@ -10,7 +7,7 @@ services.displayManager = { sddm = { enable = true; - wayland.enable = true; + wayland.enable = lib.mkDefault true; }; }; } diff --git a/nixos/hosts/aerial/default.nix b/nixos/hosts/aerial/default.nix index 8384e76..f5b58de 100644 --- a/nixos/hosts/aerial/default.nix +++ b/nixos/hosts/aerial/default.nix @@ -37,8 +37,4 @@ networking.firewall.allowedTCPPorts = [ 42069 8000 ]; networking.firewall.allowedUDPPorts = [ 42069 ]; - - # services.xserver.displayManager.setupCommands = '' - # nvidia-settings -a AllowVRR=0 - # ''; } From 3d7145293c13d8ef05669de63ad1cffcde0448ee Mon Sep 17 00:00:00 2001 From: noe Date: Thu, 25 Apr 2024 03:21:50 -0400 Subject: [PATCH 06/10] use nix 2.21 --- flake.lock | 6 +++--- nixos/base.nix | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 06f2cb2..f7f3f55 100644 --- a/flake.lock +++ b/flake.lock @@ -495,11 +495,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1714013158, - "narHash": "sha256-lH0WVTZbsME7cvK6fBg/Qm7IenmsMNFcl4olCXG5ySA=", + "lastModified": 1714027328, + "narHash": "sha256-fTeLt3l1VIWj3eXCOOweC3N9PhgYoJUzmzxgaRj5QGY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "6421226aa5a59fa63aa43e8fc6d2d7ca33a26ca8", + "rev": "e17e9f572554e39dfe00cf9240e5625308727236", "type": "github" }, "original": { diff --git a/nixos/base.nix b/nixos/base.nix index 95f2247..101b5ba 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -61,6 +61,7 @@ }; nix = { + package = pkgs.nixVersions.nix_2_21; gc.automatic = true; settings = { experimental-features = "nix-command flakes"; From 95dff005c12d9d05c8dd469693fd802d5e5c9649 Mon Sep 17 00:00:00 2001 From: noe Date: Thu, 25 Apr 2024 23:46:00 -0400 Subject: [PATCH 07/10] update flake.lock --- flake.lock | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/flake.lock b/flake.lock index f7f3f55..29a2625 100644 --- a/flake.lock +++ b/flake.lock @@ -288,11 +288,11 @@ ] }, "locked": { - "lastModified": 1713992342, - "narHash": "sha256-bW7K4WPo6jhYMo4ZUGoJfog6xJV0XZh8adXqZKunRoc=", + "lastModified": 1714042918, + "narHash": "sha256-4AItZA3EQIiSNAxliuYEJumw/LaVfrMv84gYyrs0r3U=", "owner": "nix-community", "repo": "home-manager", - "rev": "2f072c127c041eec36621b8e38a531fe0fe07961", + "rev": "0c5704eceefcb7bb238a958f532a86e3b59d76db", "type": "github" }, "original": { @@ -309,11 +309,11 @@ ] }, "locked": { - "lastModified": 1713732794, - "narHash": "sha256-AYCofb8Zu4Mbc1lHDtju/uxeARawRijmOueAqEMEfMU=", + "lastModified": 1713992342, + "narHash": "sha256-bW7K4WPo6jhYMo4ZUGoJfog6xJV0XZh8adXqZKunRoc=", "owner": "nix-community", "repo": "home-manager", - "rev": "670d9ecc3e46a6e3265c203c2d136031a3d3548e", + "rev": "2f072c127c041eec36621b8e38a531fe0fe07961", "type": "github" }, "original": { @@ -394,11 +394,11 @@ ] }, "locked": { - "lastModified": 1713543876, - "narHash": "sha256-olEWxacm1xZhAtpq+ZkEyQgR4zgfE7ddpNtZNvubi3g=", + "lastModified": 1713946171, + "narHash": "sha256-lc75rgRQLdp4Dzogv5cfqOg6qYc5Rp83oedF2t0kDp8=", "owner": "lnl7", "repo": "nix-darwin", - "rev": "9e7c20ffd056e406ddd0276ee9d89f09c5e5f4ed", + "rev": "230a197063de9287128e2c68a7a4b0cd7d0b50a7", "type": "github" }, "original": { @@ -495,11 +495,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1714027328, - "narHash": "sha256-fTeLt3l1VIWj3eXCOOweC3N9PhgYoJUzmzxgaRj5QGY=", + "lastModified": 1714103077, + "narHash": "sha256-1OF7Nuk6Bdbhw2dnfbRcjn9gqxC0hUcsTNmW1My5sIQ=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e17e9f572554e39dfe00cf9240e5625308727236", + "rev": "a73feccb2a3ad78e2359b5504a7b8f7c62faa129", "type": "github" }, "original": { @@ -511,11 +511,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1713828541, - "narHash": "sha256-KtvQeE12MSkCOhvVmnmcZCjnx7t31zWin2XVSDOwBDE=", + "lastModified": 1713995372, + "narHash": "sha256-fFE3M0vCoiSwCX02z8VF58jXFRj9enYUSTqjyHAjrds=", "owner": "nixos", "repo": "nixpkgs", - "rev": "b500489fd3cf653eafc075f9362423ad5cdd8676", + "rev": "dd37924974b9202f8226ed5d74a252a9785aedf8", "type": "github" }, "original": { @@ -634,11 +634,11 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1713939051, - "narHash": "sha256-EwDbsFjpXANXd2MIvRm4Bz2CDNWIhlV/659xOAxhEv0=", + "lastModified": 1714081299, + "narHash": "sha256-bhVFnkLB8jQUbHrUNiJtF6mGW46yl6ZfuJKCJmJ6QSY=", "owner": "nix-community", "repo": "nixvim", - "rev": "f2f97d844bb39559f3356e209b49c92900d860b8", + "rev": "77efb038df92ea1f42bf87a3428fef55aac73eef", "type": "github" }, "original": { @@ -655,11 +655,11 @@ ] }, "locked": { - "lastModified": 1713543241, - "narHash": "sha256-zNDbkfdQ4MH5P/IXnXfM8g5j3E2M5KqsSx2lGbnNimw=", + "lastModified": 1714103115, + "narHash": "sha256-1vdqxpURI84iupjkNV6uo1I9nx1602Px+cqOD/ejESc=", "ref": "refs/heads/main", - "rev": "50701d8acd260856bb7bae6c42ff29ee4bdc70e5", - "revCount": 28, + "rev": "060461d53622e35f72d58e4c661f0a2a31edbb9f", + "revCount": 29, "type": "git", "url": "https://codeberg.org/noe/personal-site" }, @@ -683,11 +683,11 @@ ] }, "locked": { - "lastModified": 1713775815, - "narHash": "sha256-Wu9cdYTnGQQwtT20QQMg7jzkANKQjwBD9iccfGKkfls=", + "lastModified": 1713954846, + "narHash": "sha256-RWFafuSb5nkWGu8dDbW7gVb8FOQOPqmX/9MlxUUDguw=", "owner": "cachix", "repo": "pre-commit-hooks.nix", - "rev": "2ac4dcbf55ed43f3be0bae15e181f08a57af24a4", + "rev": "6fb82e44254d6a0ece014ec423cb62d92435336f", "type": "github" }, "original": { From 09ede00d5abc4a803958b10e4f79dbf8c30b8768 Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 28 Apr 2024 16:49:27 -0400 Subject: [PATCH 08/10] update flake.lock --- flake.lock | 58 +++++++++++++++++++++++++++--------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/flake.lock b/flake.lock index 29a2625..729a693 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1713653951, - "narHash": "sha256-ExbWsXGdCGIxq9iVBfP9troLzgapwh4rjGtX9neCVOc=", + "lastModified": 1714264490, + "narHash": "sha256-5hKsAO7ZLwOLCXeI5+jDmDr7t4zBezk0xidVWghoBB0=", "owner": "tpwrules", "repo": "nixos-apple-silicon", - "rev": "15dbcfd42d9f4924b2f9cca5942d3cb0048e147f", + "rev": "4fac534b775aa0c40611257fa19ab8ab3243f4dc", "type": "github" }, "original": { @@ -288,11 +288,11 @@ ] }, "locked": { - "lastModified": 1714042918, - "narHash": "sha256-4AItZA3EQIiSNAxliuYEJumw/LaVfrMv84gYyrs0r3U=", + "lastModified": 1714337029, + "narHash": "sha256-VCy6XjpojlzgmYuHewdxUYExS3olKjY9WNdM5uXUvAw=", "owner": "nix-community", "repo": "home-manager", - "rev": "0c5704eceefcb7bb238a958f532a86e3b59d76db", + "rev": "02002a08b489b43e3ac1400609a9bf1b7c08e384", "type": "github" }, "original": { @@ -443,17 +443,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1713537308, - "narHash": "sha256-XtTSSIB2DA6tOv+l0FhvfDMiyCmhoRbNB+0SeInZkbk=", + "lastModified": 1714076141, + "narHash": "sha256-Drmja/f5MRHZCskS6mvzFqxEaZMeciScCTFxWVLqWEY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "5c24cf2f0a12ad855f444c30b2421d044120c66f", + "rev": "7bb2ccd8cdc44c91edba16c48d2c8f331fb3d856", "type": "github" }, "original": { "owner": "nixos", "repo": "nixpkgs", - "rev": "5c24cf2f0a12ad855f444c30b2421d044120c66f", + "rev": "7bb2ccd8cdc44c91edba16c48d2c8f331fb3d856", "type": "github" } }, @@ -495,11 +495,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1714103077, - "narHash": "sha256-1OF7Nuk6Bdbhw2dnfbRcjn9gqxC0hUcsTNmW1My5sIQ=", + "lastModified": 1714337302, + "narHash": "sha256-5oHg46mUaumzbUygW5lYjHBWRnWCz/Vqak4X9VxlVIs=", "owner": "nixos", "repo": "nixpkgs", - "rev": "a73feccb2a3ad78e2359b5504a7b8f7c62faa129", + "rev": "2f6bd3fab97a625a14647fa56ca454f8b5b861ae", "type": "github" }, "original": { @@ -511,11 +511,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1713995372, - "narHash": "sha256-fFE3M0vCoiSwCX02z8VF58jXFRj9enYUSTqjyHAjrds=", + "lastModified": 1714272655, + "narHash": "sha256-3/ghIWCve93ngkx5eNPdHIKJP/pMzSr5Wc4rNKE1wOc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "dd37924974b9202f8226ed5d74a252a9785aedf8", + "rev": "12430e43bd9b81a6b4e79e64f87c624ade701eaf", "type": "github" }, "original": { @@ -543,11 +543,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1713895582, - "narHash": "sha256-cfh1hi+6muQMbi9acOlju3V1gl8BEaZBXBR9jQfQi4U=", + "lastModified": 1714253743, + "narHash": "sha256-mdTQw2XlariysyScCv2tTE45QSU9v/ezLcHJ22f0Nxc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "572af610f6151fd41c212f897c71f7056e3fb518", + "rev": "58a1abdbae3217ca6b702f03d3b35125d88a2994", "type": "github" }, "original": { @@ -591,11 +591,11 @@ }, "nixpkgs_4": { "locked": { - "lastModified": 1713895582, - "narHash": "sha256-cfh1hi+6muQMbi9acOlju3V1gl8BEaZBXBR9jQfQi4U=", + "lastModified": 1714253743, + "narHash": "sha256-mdTQw2XlariysyScCv2tTE45QSU9v/ezLcHJ22f0Nxc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "572af610f6151fd41c212f897c71f7056e3fb518", + "rev": "58a1abdbae3217ca6b702f03d3b35125d88a2994", "type": "github" }, "original": { @@ -634,11 +634,11 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1714081299, - "narHash": "sha256-bhVFnkLB8jQUbHrUNiJtF6mGW46yl6ZfuJKCJmJ6QSY=", + "lastModified": 1714319855, + "narHash": "sha256-xiHu7LVWEo7eixVPDEnmxntye/zQcsZjRlyhCQ2yNL4=", "owner": "nix-community", "repo": "nixvim", - "rev": "77efb038df92ea1f42bf87a3428fef55aac73eef", + "rev": "e2e7258267ba4ec81bd6503e968b6cf52cbd3f2a", "type": "github" }, "original": { @@ -655,11 +655,11 @@ ] }, "locked": { - "lastModified": 1714103115, - "narHash": "sha256-1vdqxpURI84iupjkNV6uo1I9nx1602Px+cqOD/ejESc=", + "lastModified": 1714337252, + "narHash": "sha256-LOgfjTk2cPikavB8/SilWWt5R+gFH25vqrjwROo3Qgs=", "ref": "refs/heads/main", - "rev": "060461d53622e35f72d58e4c661f0a2a31edbb9f", - "revCount": 29, + "rev": "da46379747b05cbc2aee912937576e481ca57c27", + "revCount": 30, "type": "git", "url": "https://codeberg.org/noe/personal-site" }, From 1cab5cfe96d0d818e98433050126e4ae16d78af1 Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 28 Apr 2024 17:30:31 -0400 Subject: [PATCH 09/10] update flake.lock --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 729a693..727d364 100644 --- a/flake.lock +++ b/flake.lock @@ -495,11 +495,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1714337302, - "narHash": "sha256-5oHg46mUaumzbUygW5lYjHBWRnWCz/Vqak4X9VxlVIs=", + "lastModified": 1714339217, + "narHash": "sha256-KX2Hfh2gtyDDSO4I2VXk8GnnTbyoEWSnh03nPbPzrfI=", "owner": "nixos", "repo": "nixpkgs", - "rev": "2f6bd3fab97a625a14647fa56ca454f8b5b861ae", + "rev": "5a46ac99919e8b36c3152505f07968d78a834f35", "type": "github" }, "original": { From 92f82ed685ee9d16e4132af97f611e1d06c724d0 Mon Sep 17 00:00:00 2001 From: noe Date: Tue, 30 Apr 2024 15:41:49 -0400 Subject: [PATCH 10/10] update flake.lock --- flake.lock | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/flake.lock b/flake.lock index 727d364..e85193c 100644 --- a/flake.lock +++ b/flake.lock @@ -288,11 +288,11 @@ ] }, "locked": { - "lastModified": 1714337029, - "narHash": "sha256-VCy6XjpojlzgmYuHewdxUYExS3olKjY9WNdM5uXUvAw=", + "lastModified": 1714430505, + "narHash": "sha256-SSJQ/KOy8uISnoZgqDoRha7g7PFLSFP/BtMWm0wUz8Q=", "owner": "nix-community", "repo": "home-manager", - "rev": "02002a08b489b43e3ac1400609a9bf1b7c08e384", + "rev": "f8e6694edabe4aaa7a85aac47b43ea5d978b116d", "type": "github" }, "original": { @@ -309,11 +309,11 @@ ] }, "locked": { - "lastModified": 1713992342, - "narHash": "sha256-bW7K4WPo6jhYMo4ZUGoJfog6xJV0XZh8adXqZKunRoc=", + "lastModified": 1714343445, + "narHash": "sha256-OzD1P0o46uD3Ix4ZI/g9z3YAeg+4g+W3qctB6bNOReo=", "owner": "nix-community", "repo": "home-manager", - "rev": "2f072c127c041eec36621b8e38a531fe0fe07961", + "rev": "9fe79591c1005ce6f93084ae7f7dab0a2891440d", "type": "github" }, "original": { @@ -329,11 +329,11 @@ ] }, "locked": { - "lastModified": 1711817618, - "narHash": "sha256-A+h24bdb9+U6htvcKAzAAGn5JZ/OyBP3nA11vJ8cqPo=", + "lastModified": 1714504185, + "narHash": "sha256-g9jvbL4U0DpulqkTALWQY3n+z+qkc5wWlUR34c8WrBM=", "ref": "refs/heads/dev", - "rev": "6cce92816dca153d7ff3b867788a210c2a61b712", - "revCount": 44, + "rev": "1eb2e1a5de2215090db39f19a743b9e6c3a6d925", + "revCount": 45, "type": "git", "url": "https://iceshrimp.dev/iceshrimp/packaging" }, @@ -495,11 +495,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1714339217, - "narHash": "sha256-KX2Hfh2gtyDDSO4I2VXk8GnnTbyoEWSnh03nPbPzrfI=", + "lastModified": 1714504791, + "narHash": "sha256-2AcqSMSC3C/S53//RSeBk6COSe0hKF/s0JXiLVR5PMc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "5a46ac99919e8b36c3152505f07968d78a834f35", + "rev": "c4b3e961671c8dcc66a87f0a62d82eeff789fa0d", "type": "github" }, "original": { @@ -634,11 +634,11 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1714319855, - "narHash": "sha256-xiHu7LVWEo7eixVPDEnmxntye/zQcsZjRlyhCQ2yNL4=", + "lastModified": 1714494971, + "narHash": "sha256-7RsTiRKMMrlwuert1QNFvnoPIwl1q1cepR4H8jv2iok=", "owner": "nix-community", "repo": "nixvim", - "rev": "e2e7258267ba4ec81bd6503e968b6cf52cbd3f2a", + "rev": "2483dff03dd326296278213a8e051d375b56d3df", "type": "github" }, "original": { @@ -789,11 +789,11 @@ ] }, "locked": { - "lastModified": 1714012923, - "narHash": "sha256-o06P+t/BGLJWdIMzitBm2XZF04/rqFB2beBXLxhbZwE=", + "lastModified": 1714506040, + "narHash": "sha256-F7fK/nB93kNfqjsaSoeFHocXMjzYYj6hsp09GNajBB8=", "ref": "refs/heads/main", - "rev": "8dcd9cf3c9a50683ec7cb1ad4144c7e2210464d1", - "revCount": 12, + "rev": "906ab928ad6b0d4c2f80528678b334b49caf9e5c", + "revCount": 13, "type": "git", "url": "https://git.sapphic.engineer/noe/tachikoma" },