From e15439b7dbb66c62a284455c408f5307314fa73f Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Wed, 17 Jan 2024 05:54:06 +0000 Subject: [PATCH] workarounds to update nixpkgs --- flake.lock | 20 ++++++++++---------- flake.nix | 2 +- sets/fonts.nix | 1 - system/starlight/default.nix | 6 +++--- 4 files changed, 14 insertions(+), 15 deletions(-) diff --git a/flake.lock b/flake.lock index abb41a5..21c924d 100644 --- a/flake.lock +++ b/flake.lock @@ -225,11 +225,11 @@ ] }, "locked": { - "lastModified": 1705347059, - "narHash": "sha256-MSdJZDeyBIjf1SAZ7OvA44b00zUGTrDxkAm9vVR+XRk=", + "lastModified": 1705446327, + "narHash": "sha256-n7FCuAR2BI1SvLjF6eFc8VE6WLZCMlbToyfqU2ihbkU=", "owner": "nix-community", "repo": "home-manager", - "rev": "8c3b2a0cab64a464de9e41a470eecf1318ccff57", + "rev": "16cefa78cc801911ebd4ff1faddc6280ab3c9228", "type": "github" }, "original": { @@ -325,16 +325,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1705133751, - "narHash": "sha256-rCIsyE80jgiOU78gCWN3A0wE0tR2GI5nH6MlS+HaaSQ=", + "lastModified": 1705429789, + "narHash": "sha256-7gQju9WiToi7wI6oahTXiqwJu2RZoV0cg8OGa9YhEvw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "9b19f5e77dd906cb52dade0b7bd280339d2a1f3d", + "rev": "cc3ab0e45687d15cb21663a95f5a53a05abd39e4", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-unstable", + "ref": "nixos-unstable-small", "repo": "nixpkgs", "type": "github" } @@ -368,11 +368,11 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1705268857, - "narHash": "sha256-IMaCyPTp5Za0xVUorHRxq39VaUrEDuWA9MbV1z6eHR8=", + "lastModified": 1705445702, + "narHash": "sha256-TmMhm7y/GOijhkuRLhIvE+Oui/r77onpdIYRJ0O1Zbg=", "owner": "nix-community", "repo": "nixvim", - "rev": "9e04eb3c3c6fcb6ea31e4d3633ea5fd7378906cb", + "rev": "1f73ae1d944a8de1749857e6333667b5e9912895", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index e9461d5..9a3c0d4 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ inputs = { nixos-hardware.url = "github:nixos/nixos-hardware"; utils.url = "github:numtide/flake-utils"; - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; artemist = { url = "git+https://git.mildlyfunctional.gay/artemist/packages.git"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/sets/fonts.nix b/sets/fonts.nix index ce7b406..f5137df 100644 --- a/sets/fonts.nix +++ b/sets/fonts.nix @@ -34,7 +34,6 @@ packages = with pkgs; [ # MS fonts - cantarell-fonts corefonts # Mono fonts diff --git a/system/starlight/default.nix b/system/starlight/default.nix index 07613bd..8f910bb 100644 --- a/system/starlight/default.nix +++ b/system/starlight/default.nix @@ -77,12 +77,12 @@ services.printing.drivers = [ (pkgs.brlaser.overrideAttrs (old: { - version = "unstable-2020-04-20"; + version = "unstable-2023-02-20"; src = pkgs.fetchFromGitHub { owner = "pdewacht"; repo = "brlaser"; - rev = "9d7ddda8383bfc4d205b5e1b49de2b8bcd9137f1"; - sha256 = "sha256-pNkwJKdKhBO8u97GyvfxmyisaqIkzuk5UslWdaYFMLc="; + rev = "2a49e3287c70c254e7e3ac9dabe9d6a07218c3fa"; + sha256 = "sha256-1fvO9F7ifbYQHAy54mOx052XutfKXSK6iT/zj4Mhbww="; }; })) ];