Compare commits

..

No commits in common. "bc97de96d4c97dde6399e54dd20969689eedaab7" and "fade623beb5de7ea97177d9e7a2e1654628f4be4" have entirely different histories.

3 changed files with 15 additions and 17 deletions

28
flake.lock generated
View file

@ -551,11 +551,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1758763312, "lastModified": 1758446476,
"narHash": "sha256-puBMviZhYlqOdUUgEmMVJpXqC/ToEqSvkyZ30qQ09xM=", "narHash": "sha256-5rdAi7CTvM/kSs6fHe1bREIva5W3TbImsto+dxG4mBo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e57b3b16ad8758fd681511a078f35c416a8cc939", "rev": "a1f79a1770d05af18111fbbe2a3ab2c42c0f6cd0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -585,17 +585,17 @@
"inputs": { "inputs": {
"flake-parts": "flake-parts", "flake-parts": "flake-parts",
"nixpkgs": [ "nixpkgs": [
"nixpkgs-unstable" "nixpkgs"
], ],
"nixvim": "nixvim_2", "nixvim": "nixvim_2",
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks"
}, },
"locked": { "locked": {
"lastModified": 1759233404, "lastModified": 1759219372,
"narHash": "sha256-WEINmubNOLLb5wkXIDJztvP+G/ZXhY+cUhqLpUBtYaY=", "narHash": "sha256-WcT8Ai+6RYI8xZ55FsV2GpomEYT3W1xAOW10+3SsbWQ=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "5c2c66dd0c7f4d6c933dd77c30a1e98bfc75b93d", "rev": "06bfb44459072836b3eb5f4d2f934485f97c0643",
"revCount": 177, "revCount": 169,
"type": "git", "type": "git",
"url": "https://git.escapeangle.com/lander/nixvim.git" "url": "https://git.escapeangle.com/lander/nixvim.git"
}, },
@ -612,11 +612,11 @@
"systems": "systems_3" "systems": "systems_3"
}, },
"locked": { "locked": {
"lastModified": 1759217440, "lastModified": 1758551108,
"narHash": "sha256-qP3wDVcwOMKSIhPKH0m+DmpFXIx9dZNNgw9wyRMz+Dw=", "narHash": "sha256-3KArqJcnrcEr1M3QsBG7NZRQSxVNFI3In+9MHdVmUKY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "9faa339d9e930be3eb7d751af35ecfed7c493d14", "rev": "f828dead7723e7680b09929b9886225389d0370b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -636,11 +636,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1758662783, "lastModified": 1758272005,
"narHash": "sha256-igrxT+/MnmcftPOHEb+XDwAMq3Xg1Xy7kVYQaHhPlAg=", "narHash": "sha256-1u3xTH+3kaHhztPmWtLAD8LF5pTYLR2CpsPFWTFnVtQ=",
"owner": "NuschtOS", "owner": "NuschtOS",
"repo": "search", "repo": "search",
"rev": "7d4c0fc4ffe3bd64e5630417162e9e04e64b27a4", "rev": "aa975a3757f28ce862812466c5848787b868e116",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -48,7 +48,7 @@
# neovim # neovim
nixvim = { nixvim = {
url = "git+https://git.escapeangle.com/lander/nixvim.git"; url = "git+https://git.escapeangle.com/lander/nixvim.git";
inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.nixpkgs.follows = "nixpkgs";
}; };
# mailserver # mailserver

View file

@ -27,8 +27,6 @@
./BASF_all.pem ./BASF_all.pem
]; ];
services.syslogd.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim vim
wget wget