updates to lio

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-02-25 23:46:03 -06:00
parent c49b77b325
commit c630716741
3 changed files with 9 additions and 8 deletions

View file

@ -59,6 +59,7 @@
# AI tooling # AI tooling
".aider*" ".aider*"
"aider"
]; ];
}; };
} }

14
hosts/lio/flake.lock generated
View file

@ -145,11 +145,11 @@
}, },
"mod_common": { "mod_common": {
"locked": { "locked": {
"lastModified": 1738982162, "lastModified": 1740526459,
"narHash": "sha256-X9VXqyrWGf0yqc7TMGlMbAnp7/y99kY0PXrq4jw+sAc=", "narHash": "sha256-t3ISS278256khqSVbzehjj90De115TDY7q1b0Oj2am0=",
"ref": "mod_common", "ref": "mod_common",
"rev": "11f0e600a883db8daa6007cc3e0696a637cfe491", "rev": "a3df616bee120e8427728c6e6a642686d6efb96d",
"revCount": 18, "revCount": 20,
"type": "git", "type": "git",
"url": "https://git.joshuabell.xyz/dotfiles" "url": "https://git.joshuabell.xyz/dotfiles"
}, },
@ -314,11 +314,11 @@
}, },
"nixpkgs_4": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1740339700, "lastModified": 1740463929,
"narHash": "sha256-cbrw7EgQhcdFnu6iS3vane53bEagZQy/xyIkDWpCgVE=", "narHash": "sha256-4Xhu/3aUdCKeLfdteEHMegx5ooKQvwPHNkOgNCXQrvc=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "04ef94c4c1582fd485bbfdb8c4a8ba250e359195", "rev": "5d7db4668d7a0c6cc5fc8cf6ef33b008b2b1ed8b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -45,7 +45,7 @@
{ {
imports = [ imports = [
../../components/nix/lua.nix ../../components/nix/lua.nix
../../components/nix/rust-repl.nix ../../components/nix/rust-dev.nix
../../components/nix/qflipper.nix ../../components/nix/qflipper.nix
../../components/nix/qdirstat.nix ../../components/nix/qdirstat.nix
../../components/nix/steam.nix ../../components/nix/steam.nix