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";
|
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
impermanence.url = "github:nix-community/impermanence";
|
impermanence.url = "github:nix-community/impermanence";
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
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";
|
mailserver.url = "gitlab:/simple-nixos-mailserver/nixos-mailserver";
|
||||||
sops-nix = {
|
sops-nix = {
|
||||||
url = "github:Mic92/sops-nix";
|
url = "github:Mic92/sops-nix";
|
||||||
|
@ -27,7 +23,6 @@
|
||||||
self,
|
self,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
flake-utils,
|
flake-utils,
|
||||||
nixpkgs-wayland,
|
|
||||||
mailserver,
|
mailserver,
|
||||||
sops-nix,
|
sops-nix,
|
||||||
...
|
...
|
||||||
|
@ -78,12 +73,6 @@
|
||||||
};
|
};
|
||||||
modules =
|
modules =
|
||||||
[
|
[
|
||||||
(
|
|
||||||
{ config, ... }:
|
|
||||||
{
|
|
||||||
config.nixpkgs.overlays = [ nixpkgs-wayland.overlay ];
|
|
||||||
}
|
|
||||||
)
|
|
||||||
(toString ./options/machine.nix)
|
(toString ./options/machine.nix)
|
||||||
sops-nix.nixosModules.sops
|
sops-nix.nixosModules.sops
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue