This commit is contained in:
Leonardo Eugênio 2022-10-07 00:07:05 -03:00
parent 7c08456872
commit 1b98ec3170
2 changed files with 33 additions and 68 deletions

View File

@ -1,21 +1,5 @@
{
"nodes": {
"alacritty-sixel": {
"flake": false,
"locked": {
"lastModified": 1651472856,
"narHash": "sha256-8SQgnB6q7sXeXcIzum/NAUj3mju7IERreXHMvt2cQEc=",
"owner": "microo8",
"repo": "alacritty-sixel",
"rev": "513e6a90c2fd0a019b214dab96c4e211d151a2f9",
"type": "github"
},
"original": {
"owner": "microo8",
"repo": "alacritty-sixel",
"type": "github"
}
},
"dhist": {
"inputs": {
"fenix": "fenix",
@ -102,11 +86,11 @@
"wlroots": "wlroots"
},
"locked": {
"lastModified": 1663953535,
"narHash": "sha256-bGIIXSdEpkw1XWuOeJZtF4f8/EEo1HghNAQPaY+EKCg=",
"lastModified": 1665090550,
"narHash": "sha256-f5K1N8Fwi+FlU7Kt/p0J+eQILwL/fT3bLOlrj9N4CwQ=",
"owner": "hyprwm",
"repo": "Hyprland",
"rev": "959557ecc35ed8708facf979f5b255b80885a50a",
"rev": "28a6e0ce3178527e54070fb3ee19d90239110bf7",
"type": "github"
},
"original": {
@ -148,11 +132,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1663850217,
"narHash": "sha256-tp9nXo1/IdN/xN9m06ryy0QUAEfoN6K56ObM/1QTAjc=",
"lastModified": 1664989420,
"narHash": "sha256-Q8IxomUjjmewsoJgO3htkXLfCckQ7HkDJ/ZhdYVf/fA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ae1dc133ea5f1538d035af41e5ddbc2ebcb67b90",
"rev": "37bd39839acf99c5b738319f42478296f827f274",
"type": "github"
},
"original": {
@ -163,11 +147,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1663855239,
"narHash": "sha256-A2B7rlFKmBikRwz/cmayWcTAhyIOdp2whjVCDGhg9Xw=",
"lastModified": 1664883812,
"narHash": "sha256-wqBAcVRBxls2nVaNeQaOy9SRg/bvEUiD26TQDprIg8U=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "bcc68429a50c4ac051920c72c60e417202c19d79",
"rev": "fe76645aaf2fac3baaa2813fd0089930689c53b5",
"type": "github"
},
"original": {
@ -178,11 +162,11 @@
},
"nur": {
"locked": {
"lastModified": 1663959995,
"narHash": "sha256-ySFFdlwPlY7y0Awyku0K1ZY8ZLnn4WjpnyzxAUclROQ=",
"lastModified": 1665103813,
"narHash": "sha256-V/ThoGH5tGMFkROrmrBThCx8nBbJT598Hav5pah7dDg=",
"owner": "nix-community",
"repo": "NUR",
"rev": "e6c4481bfcf49994341432bef14e947238edc674",
"rev": "49fc4ea179abac9e09ad251864e679ef0e2aa8b9",
"type": "github"
},
"original": {
@ -191,34 +175,15 @@
"type": "github"
}
},
"ranger-sixel": {
"flake": false,
"locked": {
"lastModified": 1659456427,
"narHash": "sha256-tRK6Mga/R1e1LB1E4/NXMFFuRAaTP228Sr/ts+eYR/0=",
"owner": "remi6397",
"repo": "ranger",
"rev": "ea9ae8870e63fe52d2003ff49185dbc7cb2bcb42",
"type": "github"
},
"original": {
"owner": "remi6397",
"ref": "feature/sixel",
"repo": "ranger",
"type": "github"
}
},
"root": {
"inputs": {
"alacritty-sixel": "alacritty-sixel",
"dhist": "dhist",
"home-manager": "home-manager",
"hyprland": "hyprland",
"material-wifi-icons": "material-wifi-icons",
"nixpkgs": "nixpkgs_2",
"nixpkgs-unstable": "nixpkgs-unstable",
"nur": "nur",
"ranger-sixel": "ranger-sixel"
"nur": "nur"
}
},
"rust-analyzer-src": {

View File

@ -12,11 +12,11 @@
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
alacritty-sixel.url = "github:microo8/alacritty-sixel";
alacritty-sixel.flake = false;
# alacritty-sixel.url = "github:microo8/alacritty-sixel";
# alacritty-sixel.flake = false;
ranger-sixel.url = "github:remi6397/ranger/feature/sixel";
ranger-sixel.flake = false;
# ranger-sixel.url = "github:remi6397/ranger/feature/sixel";
# ranger-sixel.flake = false;
material-wifi-icons.url = "github:dcousens/material-wifi-icons";
material-wifi-icons.flake = false;
@ -56,22 +56,22 @@
(_: old-pkgs: {
uservars = import ./user/variables.nix;
dhist = inputs.dhist.packages.${system}.dhist;
alacritty = (old-pkgs.alacritty.overrideAttrs
(old-alacritty: rec {
src = inputs.alacritty-sixel;
cargoDeps = old-alacritty.cargoDeps.overrideAttrs
(old-pkgs.lib.const {
inherit src;
outputHash =
"sha256-aNatd4LC4lv0bDpVfUONdtEn9OPahVBZ9ch14pWWCnM=";
});
}));
ranger = (old-pkgs.ranger.overridePythonAttrs (old-ranger: rec {
src = inputs.ranger-sixel;
checkInputs = [ ];
propagatedBuildInputs = with old-pkgs.python3Packages;
old-ranger.propagatedBuildInputs ++ [ astroid pylint pytest ];
}));
# alacritty = (old-pkgs.alacritty.overrideAttrs
# (old-alacritty: rec {
# src = inputs.alacritty-sixel;
# cargoDeps = old-alacritty.cargoDeps.overrideAttrs
# (old-pkgs.lib.const {
# inherit src;
# outputHash =
# "sha256-2hMntoGHqoQT/Oqz261Ljif5xEuV8SnPH0m52bXdd2s=";
# });
# }));
# ranger = (old-pkgs.ranger.overridePythonAttrs (old-ranger: rec {
# src = inputs.ranger-sixel;
# checkInputs = [ ];
# propagatedBuildInputs = with old-pkgs.python3Packages;
# old-ranger.propagatedBuildInputs ++ [ astroid pylint pytest ];
# }));
material-wifi-icons = pkgs.stdenv.mkDerivation rec {
name = "material-wifi-icons";
src = inputs.material-wifi-icons;