Compare commits
No commits in common. "e4b94a99993826b85b64a075e6661b6b46bb7050" and "8c452a0325bd0c72a57dbe2e8de5d88d135a583d" have entirely different histories.
e4b94a9999
...
8c452a0325
4 changed files with 9 additions and 25 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
# gitignore
|
||||
.pre-commit-config.*
|
18
flake.lock
generated
18
flake.lock
generated
|
@ -103,11 +103,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1751816429,
|
||||
"narHash": "sha256-F9xzryA4OfrGTQS1N8SimJQzoD8qDMj/e2lTFE9V288=",
|
||||
"lastModified": 1751810302,
|
||||
"narHash": "sha256-iV3C4l4XqPFcfJIHWQTOeSTuDgFg+ESdUeiYxCSgebE=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "b4486ff44addd453a64fd8c176ab2fd7ad3f6eb3",
|
||||
"rev": "502d9b7d30a1f5940ecdb786b4f71ebf57b1ac13",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -153,11 +153,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1751637120,
|
||||
"narHash": "sha256-xVNy/XopSfIG9c46nRmPaKfH1Gn/56vQ8++xWA8itO4=",
|
||||
"lastModified": 1751271578,
|
||||
"narHash": "sha256-P/SQmKDu06x8yv7i0s8bvnnuJYkxVGBWLWHaU+tt4YY=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "5c724ed1388e53cc231ed98330a60eb2f7be4be3",
|
||||
"rev": "3016b4b15d13f3089db8a41ef937b13a9e33a8df",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -199,11 +199,11 @@
|
|||
},
|
||||
"text": {
|
||||
"locked": {
|
||||
"lastModified": 1751819711,
|
||||
"narHash": "sha256-Emci++Hknzr2FEZRUbRDD7prI5JwwGsACO/GaU9Pmxg=",
|
||||
"lastModified": 1751749699,
|
||||
"narHash": "sha256-eSeb0ERcdldtV1YLzVqi9NxITr4OLiuiGDS6T0t3Yh4=",
|
||||
"owner": "rrvsh",
|
||||
"repo": "text.nix",
|
||||
"rev": "00ba1e616ef3b761a52d5f7ac32892715cc4bcd1",
|
||||
"rev": "929c8863a1c323e1264887501e9a7914571654db",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
perSystem =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
files.files = [
|
||||
{
|
||||
path_ = ".gitignore";
|
||||
drv = pkgs.writeText ".gitignore" config.text.gitignore;
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
|
@ -1,7 +1,6 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [ inputs.git-hooks.flakeModule ];
|
||||
text.gitignore = ".pre-commit-config.*";
|
||||
perSystem = psArgs: {
|
||||
pre-commit.settings.hooks = {
|
||||
# Nix Linters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue