mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 04:56:34 +05:30
remove comments and awesome overrides
This commit is contained in:
@ -2,16 +2,7 @@
|
|||||||
additions = final: _prev: import ../pkgs {pkgs = final;};
|
additions = final: _prev: import ../pkgs {pkgs = final;};
|
||||||
|
|
||||||
modifications = final: prev: {
|
modifications = final: prev: {
|
||||||
#vscode = prev.vscode.overrideAttrs (oldAttrs: rec {
|
awesome = inputs.nixpkgs-f2k.packages.${prev.system}.awesome-git;
|
||||||
# src = (builtins.fetchTarball {
|
|
||||||
# url = "https://code.visualstudio.com/sha/download?build=stable&os=linux-x64";
|
|
||||||
# sha256 = "09hy3nw1bblrl0blzpwv492gy0hwwbaq4csx00mcymskginz1wyx";
|
|
||||||
# });
|
|
||||||
# version = "latest";
|
|
||||||
# buildInputs = oldAttrs.buildInputs;
|
|
||||||
#});
|
|
||||||
|
|
||||||
awesome = inputs.nixpkgs-f2k.packages.${prev.system}.awesome-git.override {lua = prev.lua53Packages.lua;};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# When applied, the unstable nixpkgs set (declared in the flake inputs) will
|
# When applied, the unstable nixpkgs set (declared in the flake inputs) will
|
||||||
|
Reference in New Issue
Block a user