Compare commits

..

No commits in common. "9d902529928172d33eb44eb634b6c50f92efc3f3" and "0dc039d80fa94f44f1680e5bfe5cabd92adfbd68" have entirely different histories.

2 changed files with 7 additions and 8 deletions

14
flake.lock generated
View file

@ -571,11 +571,11 @@
"systems": "systems_4" "systems": "systems_4"
}, },
"locked": { "locked": {
"lastModified": 1761139367, "lastModified": 1760958016,
"narHash": "sha256-BmR3Secs2yQKSALxjt39EkyXN+2vSQ469STAAax7uro=", "narHash": "sha256-zgRNED1GoRqLqAaQUzADgUfIFMTfb+uvtm0yTBtDQlk=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "e6de7136ce2a4f26886bf1f08813d0b60e6481fe", "rev": "25262c7a9cf22d173a4fcf3de6b037c304d2393a",
"revCount": 190, "revCount": 189,
"type": "git", "type": "git",
"url": "https://git.escapeangle.com/lander/nixvim.git" "url": "https://git.escapeangle.com/lander/nixvim.git"
}, },
@ -652,11 +652,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1760998189, "lastModified": 1760845571,
"narHash": "sha256-ee2e1/AeGL5X8oy/HXsZQvZnae6XfEVdstGopKucYLY=", "narHash": "sha256-PwGzU3EOU65Ef1VvuNnVLie+l+P0g/fzf/PGUG82KbM=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "5a7d18b5c55642df5c432aadb757140edfeb70b3", "rev": "9c9a9798be331ed3f4b2902933d7677d0659ee61",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -32,7 +32,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim vim
wget wget
kubectl
]; ];
nix.settings.experimental-features = [ nix.settings.experimental-features = [