Remove nixpkgs-mesa hack

This commit is contained in:
Alexander Bantyev 2020-09-22 22:53:36 +03:00
parent 02834255ad
commit 6f0b05d188
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
3 changed files with 2 additions and 19 deletions

17
flake.lock generated
View File

@ -199,22 +199,6 @@
"type": "indirect"
}
},
"nixpkgs-mesa": {
"locked": {
"lastModified": 1593760204,
"narHash": "sha256-M/c2DTP6EUnSgnBYyVScApeHv5I+NbN57nn+px4bEaI=",
"owner": "nixos",
"repo": "nixpkgs-channels",
"rev": "bdac777becdbb8780c35be4f552c9d4518fe0bdb",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs-channels",
"rev": "bdac777becdbb8780c35be4f552c9d4518fe0bdb",
"type": "github"
}
},
"nixpkgs-old": {
"flake": false,
"locked": {
@ -335,7 +319,6 @@
"nix": "nix",
"nixos-fhs-compat": "nixos-fhs-compat",
"nixpkgs": "nixpkgs_4",
"nixpkgs-mesa": "nixpkgs-mesa",
"nixpkgs-old": "nixpkgs-old",
"nixpkgs-wayland": "nixpkgs-wayland",
"simple-nixos-mailserver": "simple-nixos-mailserver",

View File

@ -4,7 +4,7 @@
inputs = {
nixpkgs.url = github:nixos/nixpkgs-channels/nixos-unstable;
nixpkgs-mesa.url = github:nixos/nixpkgs-channels/bdac777becdbb8780c35be4f552c9d4518fe0bdb;
# nixpkgs-mesa.url = github:nixos/nixpkgs-channels/bdac777becdbb8780c35be4f552c9d4518fe0bdb;
lambda-launcher.url = github:balsoft/lambda-launcher;
NUR = {
url = github:nix-community/NUR;

View File

@ -35,7 +35,7 @@ in {
nerdfonts = nur.balsoft.pkgs.roboto-mono-nerd;
inherit (inputs.nixpkgs-mesa.legacyPackages.x86_64-linux) sway mesa_drivers;
# inherit (inputs.nixpkgs-mesa.legacyPackages.x86_64-linux) sway mesa_drivers;
})
];
nixpkgs.config = {