feat: add unstable nixpkgs overlay
This commit is contained in:
parent
fcf66bf672
commit
c4be4abdeb
4 changed files with 39 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# your system. Help is available in the configuration.nix(5) man page, on
|
||||
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
||||
|
||||
{ config, lib, pkgs, inputs, ... }:
|
||||
{ config, lib, pkgs, inputs, outputs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
|
|
@ -43,6 +43,7 @@
|
|||
config.allowUnfree = true;
|
||||
overlays = [
|
||||
inputs.nix-vscode-extensions.overlays.default
|
||||
outputs.overlays.unstable-packages
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue