remove nixpkgs-wayland flake
This commit is contained in:
parent
a52390bdbf
commit
d51f76e020
1 changed files with 0 additions and 11 deletions
11
flake.nix
11
flake.nix
|
@ -8,10 +8,6 @@
|
|||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
impermanence.url = "github:nix-community/impermanence";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
nixpkgs-wayland = {
|
||||
url = "github:nix-community/nixpkgs-wayland";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
mailserver.url = "gitlab:/simple-nixos-mailserver/nixos-mailserver";
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
|
@ -27,7 +23,6 @@
|
|||
self,
|
||||
nixpkgs,
|
||||
flake-utils,
|
||||
nixpkgs-wayland,
|
||||
mailserver,
|
||||
sops-nix,
|
||||
...
|
||||
|
@ -78,12 +73,6 @@
|
|||
};
|
||||
modules =
|
||||
[
|
||||
(
|
||||
{ config, ... }:
|
||||
{
|
||||
config.nixpkgs.overlays = [ nixpkgs-wayland.overlay ];
|
||||
}
|
||||
)
|
||||
(toString ./options/machine.nix)
|
||||
sops-nix.nixosModules.sops
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue