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

View file

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

View file

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