Base of Nix Configuration
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
{inputs, ...}: {
|
||||
|
||||
additions = final: _prev: import ../pkgs final.pkgs;
|
||||
modifications = final: prev: {};
|
||||
|
||||
unstable-packages = final: _prev: {
|
||||
unstable = import inputs.nixpkgs-unstable {
|
||||
system = final.system;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user