mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-04-29 00:03:15 +00:00
sync
This commit is contained in:
13
overlays/default.nix
Normal file
13
overlays/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
# This file defines overlays
|
||||
# ex
|
||||
{inputs, ...}: {
|
||||
|
||||
#When applied, the unstable nixpkgs set (declared in the flake inputs) will
|
||||
#be accessible through 'pkgs.unstable'
|
||||
unstable-packages = final: _prev: {
|
||||
unstable = import inputs.nixpkgs-unstable {
|
||||
system = final.system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user