mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-05-18 06:34:27 +02:00
remove nextpnr for now
This commit is contained in:
parent
b1748f5b25
commit
1be7a94f46
4 changed files with 7 additions and 4 deletions
|
@ -154,6 +154,9 @@
|
||||||
libdrm
|
libdrm
|
||||||
mesa
|
mesa
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
|
|
||||||
|
python3Packages.pyqt6
|
||||||
|
zstd
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -26,14 +26,14 @@
|
||||||
"https://nix-community.cachix.org"
|
"https://nix-community.cachix.org"
|
||||||
"https://nixpkgs-update.cachix.org"
|
"https://nixpkgs-update.cachix.org"
|
||||||
"https://devenv.cachix.org"
|
"https://devenv.cachix.org"
|
||||||
"https://cache.garnix.io"
|
#"https://cache.garnix.io"
|
||||||
];
|
];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
"nixpkgs-update.cachix.org-1:6y6Z2JdoL3APdu6/+Iy8eZX2ajf09e4EE9SnxSML1W8="
|
"nixpkgs-update.cachix.org-1:6y6Z2JdoL3APdu6/+Iy8eZX2ajf09e4EE9SnxSML1W8="
|
||||||
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
|
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
|
||||||
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
# "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,7 @@ in
|
||||||
|
|
||||||
# FPGA stuff
|
# FPGA stuff
|
||||||
yosys
|
yosys
|
||||||
nextpnr
|
# nextpnr
|
||||||
icestorm
|
icestorm
|
||||||
icebreaker
|
icebreaker
|
||||||
|
|
||||||
|
@ -115,6 +115,7 @@ in
|
||||||
dbeaver-bin
|
dbeaver-bin
|
||||||
onlyoffice-bin
|
onlyoffice-bin
|
||||||
spotify
|
spotify
|
||||||
|
spicetify-cli
|
||||||
discord
|
discord
|
||||||
(lutris.override {
|
(lutris.override {
|
||||||
extraLibraries = _: [ adwaita-icon-theme ];
|
extraLibraries = _: [ adwaita-icon-theme ];
|
||||||
|
|
|
@ -25,7 +25,6 @@ in
|
||||||
"nix"
|
"nix"
|
||||||
"uv"
|
"uv"
|
||||||
];
|
];
|
||||||
nix_arguments = "--builders \"\"";
|
|
||||||
};
|
};
|
||||||
git.repos = [ configPath ];
|
git.repos = [ configPath ];
|
||||||
firmware = {
|
firmware = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue