mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
Updated system
This commit is contained in:
parent
4707a4be1d
commit
5245994270
3 changed files with 64 additions and 78 deletions
|
@ -10,7 +10,12 @@
|
|||
(import inputs.nixpkgs { inherit system; }).applyPatches {
|
||||
name = "nixpkgs-patched";
|
||||
src = inputs.nixpkgs;
|
||||
patches = [ ];
|
||||
patches = [
|
||||
(builtins.fetchurl {
|
||||
url = "https://patch-diff.githubusercontent.com/raw/NixOS/nixpkgs/pull/419713.patch";
|
||||
sha256 = "sha256:16giri2vwqf6lb6l8fw10zgda1d3y13g3p6hm375f2i2dbip9s9b";
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
# configure pkgs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue