desktop building?
This commit is contained in:
7
overlays/stable/default.nix
Executable file
7
overlays/stable/default.nix
Executable file
@@ -0,0 +1,7 @@
|
||||
{ inputs, ... }:
|
||||
final: _prev: {
|
||||
stable = import inputs.nixpkgs-stable {
|
||||
system = final.system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user