workarounds to update nixpkgs

This commit is contained in:
Artemis Tosini 2024-01-17 05:54:06 +00:00
parent 655758d882
commit e15439b7db
Signed by: artemist
SSH key fingerprint: SHA256:EsuWCwx6fjxxExxf65rX+ocQJJAdw4R1KarpFue6Uwc
4 changed files with 14 additions and 15 deletions

View file

@ -225,11 +225,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1705347059, "lastModified": 1705446327,
"narHash": "sha256-MSdJZDeyBIjf1SAZ7OvA44b00zUGTrDxkAm9vVR+XRk=", "narHash": "sha256-n7FCuAR2BI1SvLjF6eFc8VE6WLZCMlbToyfqU2ihbkU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "8c3b2a0cab64a464de9e41a470eecf1318ccff57", "rev": "16cefa78cc801911ebd4ff1faddc6280ab3c9228",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -325,16 +325,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1705133751, "lastModified": 1705429789,
"narHash": "sha256-rCIsyE80jgiOU78gCWN3A0wE0tR2GI5nH6MlS+HaaSQ=", "narHash": "sha256-7gQju9WiToi7wI6oahTXiqwJu2RZoV0cg8OGa9YhEvw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9b19f5e77dd906cb52dade0b7bd280339d2a1f3d", "rev": "cc3ab0e45687d15cb21663a95f5a53a05abd39e4",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixos-unstable", "ref": "nixos-unstable-small",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
@ -368,11 +368,11 @@
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks"
}, },
"locked": { "locked": {
"lastModified": 1705268857, "lastModified": 1705445702,
"narHash": "sha256-IMaCyPTp5Za0xVUorHRxq39VaUrEDuWA9MbV1z6eHR8=", "narHash": "sha256-TmMhm7y/GOijhkuRLhIvE+Oui/r77onpdIYRJ0O1Zbg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "9e04eb3c3c6fcb6ea31e4d3633ea5fd7378906cb", "rev": "1f73ae1d944a8de1749857e6333667b5e9912895",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -2,7 +2,7 @@
inputs = { inputs = {
nixos-hardware.url = "github:nixos/nixos-hardware"; nixos-hardware.url = "github:nixos/nixos-hardware";
utils.url = "github:numtide/flake-utils"; utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
artemist = { artemist = {
url = "git+https://git.mildlyfunctional.gay/artemist/packages.git"; url = "git+https://git.mildlyfunctional.gay/artemist/packages.git";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View file

@ -34,7 +34,6 @@
packages = with pkgs; packages = with pkgs;
[ [
# MS fonts # MS fonts
cantarell-fonts
corefonts corefonts
# Mono fonts # Mono fonts

View file

@ -77,12 +77,12 @@
services.printing.drivers = [ services.printing.drivers = [
(pkgs.brlaser.overrideAttrs (old: { (pkgs.brlaser.overrideAttrs (old: {
version = "unstable-2020-04-20"; version = "unstable-2023-02-20";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "pdewacht"; owner = "pdewacht";
repo = "brlaser"; repo = "brlaser";
rev = "9d7ddda8383bfc4d205b5e1b49de2b8bcd9137f1"; rev = "2a49e3287c70c254e7e3ac9dabe9d6a07218c3fa";
sha256 = "sha256-pNkwJKdKhBO8u97GyvfxmyisaqIkzuk5UslWdaYFMLc="; sha256 = "sha256-1fvO9F7ifbYQHAy54mOx052XutfKXSK6iT/zj4Mhbww=";
}; };
})) }))
]; ];