workarounds to update nixpkgs
This commit is contained in:
parent
655758d882
commit
e15439b7db
20
flake.lock
20
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": {
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
packages = with pkgs;
|
||||
[
|
||||
# MS fonts
|
||||
cantarell-fonts
|
||||
corefonts
|
||||
|
||||
# Mono fonts
|
||||
|
|
|
@ -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=";
|
||||
};
|
||||
}))
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue