updated flake.lock

This commit is contained in:
Leyla Becker 2024-11-25 01:35:31 -06:00
parent 7da7741ea5
commit e94f7e6637
3 changed files with 22 additions and 45 deletions

View file

@ -15,11 +15,6 @@
nix = {
nixPath = ["nixpkgs=${inputs.nixpkgs}"];
};
environment.systemPackages = with pkgs; [
# nix langauge server
nixd
];
})
];
}