mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
Updated system (& temp remove stuff that doesn't build)
This commit is contained in:
parent
2b5c68a6c6
commit
6aafa4a6af
5 changed files with 61 additions and 57 deletions
|
@ -53,7 +53,7 @@
|
|||
|
||||
# create patched nixpkgs
|
||||
nixpkgs-patched =
|
||||
(import inputs.nixpkgs { system = systemSettings.system; rocmSupport = (if systemSettings.gpu == "amd" then true else false); }).applyPatches {
|
||||
(import inputs.nixpkgs { system = systemSettings.system; }).applyPatches {
|
||||
name = "nixpkgs-patched";
|
||||
src = inputs.nixpkgs;
|
||||
patches = [ ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue