fix issue with unstable, add nixd
This commit is contained in:
parent
92e4f3d459
commit
cf5f84163d
2 changed files with 2 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
||||||
inherit overlays;
|
inherit overlays;
|
||||||
};
|
};
|
||||||
|
|
||||||
pkgs-unstable = import nixpkgs {
|
pkgs-unstable = import nixpkgs-unstable {
|
||||||
inherit system;
|
inherit system;
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
flake.setFlakeRegistry = true;
|
flake.setFlakeRegistry = true;
|
||||||
|
|
|
||||||
|
|
@ -120,6 +120,7 @@ in
|
||||||
python3
|
python3
|
||||||
python3Packages.python-lsp-server
|
python3Packages.python-lsp-server
|
||||||
podman
|
podman
|
||||||
|
nixd
|
||||||
];
|
];
|
||||||
|
|
||||||
shells = with pkgs; [
|
shells = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue