Remove nixpkgs-mesa hack
This commit is contained in:
parent
02834255ad
commit
6f0b05d188
17
flake.lock
generated
17
flake.lock
generated
@ -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",
|
||||
|
@ -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;
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user