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
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
inputs,
|
||||
writeShellApplication,
|
||||
nixfmt-rfc-style,
|
||||
deadnix,
|
||||
statix,
|
||||
fd,
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
writeShellApplication {
|
||||
name = "lint";
|
||||
runtimeInputs = [
|
||||
inputs.self.packages.nixfmt
|
||||
nixfmt-rfc-style
|
||||
deadnix
|
||||
statix
|
||||
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