mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
purge nixfmt flake
This commit is contained in:
parent
6e6ed32425
commit
40382070b3
5 changed files with 39 additions and 1260 deletions
1278
flake.lock
generated
1278
flake.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -45,13 +45,6 @@
|
||||||
repo = "disko";
|
repo = "disko";
|
||||||
inputs.nixpkgs.follows = "unstable";
|
inputs.nixpkgs.follows = "unstable";
|
||||||
};
|
};
|
||||||
nixfmt = {
|
|
||||||
type = "github";
|
|
||||||
owner = "piegamesde";
|
|
||||||
repo = "nixfmt";
|
|
||||||
ref = "rfc101-style";
|
|
||||||
inputs.nixpkgs.follows = "unstable";
|
|
||||||
};
|
|
||||||
#my own packages
|
#my own packages
|
||||||
spicetify-nix = {
|
spicetify-nix = {
|
||||||
type = "github";
|
type = "github";
|
||||||
|
|
|
||||||
|
|
@ -79,9 +79,11 @@
|
||||||
via
|
via
|
||||||
qmk
|
qmk
|
||||||
gh
|
gh
|
||||||
|
nixfmt-rfc-style
|
||||||
;
|
;
|
||||||
inherit (nvim-flake.packages) neovim;
|
inherit (nvim-flake.packages) neovim;
|
||||||
inherit (self.packages) lint nixfmt;
|
inherit (self.packages) lint;
|
||||||
|
|
||||||
librewolf = pkgs.librewolf.override { cfg.speechSynthesisSupport = false; };
|
librewolf = pkgs.librewolf.override { cfg.speechSynthesisSupport = false; };
|
||||||
nixpkgs-review = pkgs.nixpkgs-review.override { nix = config.nix.package; };
|
nixpkgs-review = pkgs.nixpkgs-review.override { nix = config.nix.package; };
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
inputs,
|
|
||||||
writeShellApplication,
|
writeShellApplication,
|
||||||
|
nixfmt-rfc-style,
|
||||||
deadnix,
|
deadnix,
|
||||||
statix,
|
statix,
|
||||||
fd,
|
fd,
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
writeShellApplication {
|
writeShellApplication {
|
||||||
name = "lint";
|
name = "lint";
|
||||||
runtimeInputs = [
|
runtimeInputs = [
|
||||||
inputs.self.packages.nixfmt
|
nixfmt-rfc-style
|
||||||
deadnix
|
deadnix
|
||||||
statix
|
statix
|
||||||
fd
|
fd
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
{ inputs, nixfmt }:
|
|
||||||
(nixfmt.overrideAttrs {
|
|
||||||
version = "0.6.0-${inputs.nixfmt.shortRev}";
|
|
||||||
|
|
||||||
src = inputs.nixfmt;
|
|
||||||
})
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue