niri: remove flake input, keyboard scripts
This commit is contained in:
17
flake.nix
17
flake.nix
@@ -5,8 +5,6 @@
|
||||
wrappers.inputs.nixpkgs.follows = "nixpkgs";
|
||||
treefmt-nix.url = "github:numtide/treefmt-nix";
|
||||
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
niri.url = "github:niri-wm/niri";
|
||||
niri.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
outputs =
|
||||
inputs:
|
||||
@@ -54,14 +52,6 @@
|
||||
pkgs = prev;
|
||||
};
|
||||
|
||||
niphas-niri-config-with =
|
||||
overwriteSettings:
|
||||
(import packages/niri.nix {
|
||||
inherit (inputs) wrappers;
|
||||
inherit overwriteSettings;
|
||||
pkgs = final;
|
||||
})."config.kdl".path;
|
||||
|
||||
niphas-niri =
|
||||
(import packages/niri.nix {
|
||||
inherit (inputs) wrappers;
|
||||
@@ -107,11 +97,6 @@
|
||||
'';
|
||||
|
||||
vimv = prev.callPackage packages/vimv.nix { };
|
||||
|
||||
keyboardScripts = prev.callPackage packages/keyboardScripts.nix {
|
||||
pkgs = final;
|
||||
inherit (final) lib;
|
||||
};
|
||||
};
|
||||
|
||||
packages = eachSupportedSystem (
|
||||
@@ -120,7 +105,6 @@
|
||||
pkgs = import inputs.nixpkgs {
|
||||
inherit system;
|
||||
overlays = [
|
||||
inputs.niri.overlays.default
|
||||
inputs.self.overlays.default
|
||||
];
|
||||
};
|
||||
@@ -140,7 +124,6 @@
|
||||
vimv
|
||||
;
|
||||
}
|
||||
// pkgs.keyboardScripts
|
||||
);
|
||||
|
||||
formatter = eachSupportedSystem (system: treefmtEval.${system}.config.build.wrapper);
|
||||
|
||||
Reference in New Issue
Block a user