spring cleaning

This commit is contained in:
alisceon 2025-11-17 10:45:44 +01:00
parent c2467fd2e2
commit 90f26bd2f6
5 changed files with 19 additions and 22 deletions

6
.gitignore vendored
View file

@ -1,14 +1,8 @@
result result
.stfolder .stfolder
# Devenv
.devenv*
devenv.local.nix
# direnv # direnv
.direnv .direnv
# pre-commit
.pre-commit-config.yaml
# clamav # clamav
.clamav .clamav

13
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1,13 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: local
hooks:
- id: update-flake-lock
name: Update Flake Lock
entry: nix flake update --flake .
language: system
always_run: true
pass_filenames: false
stages: [pre-commit]

12
flake.lock generated
View file

@ -121,11 +121,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1763369811, "lastModified": 1763372398,
"narHash": "sha256-JzGbEE9w/LTHRqeV76rzIBLMGZzhEyBq1h/xLd0bHf8=", "narHash": "sha256-JBGrFlX1iazxDVBuedkiIsEhuf1IKFBCAT6vzHquHlQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "ce3d701015f40c55659133a3bbf9920815c7ed7b", "rev": "ce6bfb72eb8d6894358681a766a997d8e699740a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -142,11 +142,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1763369811, "lastModified": 1763372398,
"narHash": "sha256-JzGbEE9w/LTHRqeV76rzIBLMGZzhEyBq1h/xLd0bHf8=", "narHash": "sha256-JBGrFlX1iazxDVBuedkiIsEhuf1IKFBCAT6vzHquHlQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "ce3d701015f40c55659133a3bbf9920815c7ed7b", "rev": "ce6bfb72eb8d6894358681a766a997d8e699740a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,10 +0,0 @@
{ ... }: {
imports = [
./hardware
./programs
./services
./system
./themes
./virtual
];
}

View file