From f62164c1cf29fb89e3c01ecb9fd0a3121044318e Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 24 Oct 2024 14:29:48 +0200 Subject: [PATCH] Flake lock update --- flake.lock | 28 ++++++++++++++-------------- flake.nix | 12 ------------ 2 files changed, 14 insertions(+), 26 deletions(-) diff --git a/flake.lock b/flake.lock index 76917fb..8111e77 100644 --- a/flake.lock +++ b/flake.lock @@ -278,11 +278,11 @@ ] }, "locked": { - "lastModified": 1729459288, - "narHash": "sha256-gBOVJv+q6Mx8jGvwX7cE6J8+sZmi1uxpRVsO7WxvVuQ=", + "lastModified": 1729716953, + "narHash": "sha256-FbRKGRRd0amsk/WS/UV9ukJ8jT1dZ2pJBISxkX+uq6A=", "owner": "nix-community", "repo": "home-manager", - "rev": "1e27f213d77fc842603628bcf2df6681d7d08f7e", + "rev": "a4353cc43d1b4dd6bdeacea90eb92a8b7b78a9d7", "type": "github" }, "original": { @@ -338,11 +338,11 @@ "systems": "systems_3" }, "locked": { - "lastModified": 1729607158, + "lastModified": 1729607577, "narHash": "sha256-H0cr8kohjo+fJIKIpcLZwtmRUGH01Gyld0ulhfqe/Rw=", "owner": "bertof", "repo": "nix-rice", - "rev": "2a4b7d31de444ab5d1f8623f41f0382c9e3eac33", + "rev": "85847b332a2f687445945e771bd9e8ebc845c6fc", "type": "github" }, "original": { @@ -390,11 +390,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1729509737, - "narHash": "sha256-8OHgqz+tFo21h3hg4/GHizFPws+MMzpEru/+62Z0E8c=", + "lastModified": 1729742320, + "narHash": "sha256-u3Of8xRkN//me8PU+RucKA59/6RNy4B2jcGAF36P4jI=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "cc2d3c0e060f981905d52337340ee6ec8b8eb037", + "rev": "e8a2f6d5513fe7b7d15701b2d05404ffdc3b6dda", "type": "github" }, "original": { @@ -492,11 +492,11 @@ }, "nixpkgs-u": { "locked": { - "lastModified": 1729256560, - "narHash": "sha256-/uilDXvCIEs3C9l73JTACm4quuHUsIHcns1c+cHUJwA=", + "lastModified": 1729665710, + "narHash": "sha256-AlcmCXJZPIlO5dmFzV3V2XF6x/OpNWUV8Y/FMPGd8Z4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0", + "rev": "2768c7d042a37de65bb1b5b3268fc987e534c49d", "type": "github" }, "original": { @@ -539,11 +539,11 @@ }, "nixpkgs_4": { "locked": { - "lastModified": 1729519254, - "narHash": "sha256-tcPVpLwrcqFM4ovqXtHgwgMT+nm4qBa/6pwkckks35A=", + "lastModified": 1729770506, + "narHash": "sha256-0vgPaAn+pSEZRtcgr07rkIhjA9HPRU7D5BYhMxN3kLk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "7c51187abf20b81c883605ab8e8c7acdc24fadb2", + "rev": "9504eb416d2203260f791f93fb6bdca812845b10", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 5e5fdbb..abcff55 100644 --- a/flake.nix +++ b/flake.nix @@ -239,19 +239,7 @@ overrides = _self: super: { google-chrome = super.google-chrome.override { commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ]; }; sddm-theme-clairvoyance = super.sddm-theme-clairvoyance.override { wallpaper = ./wallpapers/background.jpg; }; - logseq = super.logseq.override { electron = super.electron_27; }; }; - - # two-channels = (self: _: { - # stable_pkgs = import inputs.nixpkgs { - # inherit config overlays; - # inherit (self) system; - # }; - # unstable_pkgs = import inputs.nixpkgs-u { - # inherit config overlays; - # inherit (self) system; - # }; - # }); }; nixosConfigurations = {