From 89d7b51a3ce6f4af501f9cba2c8bcb4ae81d8f51 Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Mon, 20 May 2024 00:33:24 +0530 Subject: [PATCH] remove comments and awesome overrides --- overlays/default.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/overlays/default.nix b/overlays/default.nix index b1b310f..90f797c 100755 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -2,16 +2,7 @@ additions = final: _prev: import ../pkgs {pkgs = final;}; modifications = final: prev: { - #vscode = prev.vscode.overrideAttrs (oldAttrs: rec { - # 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;}; + awesome = inputs.nixpkgs-f2k.packages.${prev.system}.awesome-git; }; # When applied, the unstable nixpkgs set (declared in the flake inputs) will