temp disable displaylink & libreoffice due to build failures
Some checks failed
Lint / lint (push) Has been cancelled
Some checks failed
Lint / lint (push) Has been cancelled
This commit is contained in:
parent
fa2c29d88e
commit
45a989280b
5 changed files with 7 additions and 8 deletions
|
@ -40,7 +40,7 @@ in
|
||||||
discord
|
discord
|
||||||
jetbrains.rust-rover
|
jetbrains.rust-rover
|
||||||
kdenlive
|
kdenlive
|
||||||
libreoffice-fresh
|
# libreoffice
|
||||||
mattermost-desktop
|
mattermost-desktop
|
||||||
neofetch
|
neofetch
|
||||||
nixpkgs-review
|
nixpkgs-review
|
||||||
|
|
8
flake.lock
generated
8
flake.lock
generated
|
@ -966,16 +966,16 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_4": {
|
"nixpkgs_4": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1732267161,
|
"lastModified": 1732014248,
|
||||||
"narHash": "sha256-6NjOM6IWdyqJLzrFxuajvf1DGDEr7ceFaeKZ081Ya3w=",
|
"narHash": "sha256-y/MEyuJ5oBWrWAic/14LaIr/u5E0wRVzyYsouYY3W6w=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "a25e476c6a35d5fbc5c85754bba5eeba0ee3074e",
|
"rev": "23e89b7da85c3640bbc2173fe04f4bd114342367",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"id": "nixpkgs",
|
"id": "nixpkgs",
|
||||||
"ref": "nixos-unstable-small",
|
"ref": "nixos-unstable",
|
||||||
"type": "indirect"
|
"type": "indirect"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# * https://github.com/Infinidoge/nix-minecraft
|
# * https://github.com/Infinidoge/nix-minecraft
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "nixpkgs/nixos-unstable-small";
|
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||||
flake-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus";
|
flake-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus";
|
||||||
nur.url = "github:nix-community/NUR";
|
nur.url = "github:nix-community/NUR";
|
||||||
colmena.url = "github:zhaofengli/colmena";
|
colmena.url = "github:zhaofengli/colmena";
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
# Video Driver
|
# Video Driver
|
||||||
xserver = {
|
xserver = {
|
||||||
videoDrivers = [ "displaylink" ];
|
# videoDrivers = [ "displaylink" ];
|
||||||
dpi = 280;
|
dpi = 280;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
libreoffice-fresh
|
|
||||||
jetbrains.rust-rover
|
jetbrains.rust-rover
|
||||||
jetbrains.clion
|
jetbrains.clion
|
||||||
# jetbrains.idea-ultimate
|
# jetbrains.idea-ultimate
|
||||||
|
|
Loading…
Add table
Reference in a new issue