initial commit
This commit is contained in:
commit
4014d5e658
30 changed files with 911 additions and 0 deletions
9
modules/unstable.nix
Normal file
9
modules/unstable.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
# this is quite silly but it works and with it you can specify packages to
|
||||
# come from unstable like so:
|
||||
# unstable.my_package_name
|
||||
_module.args.unstable = import inputs.unstable {
|
||||
inherit (pkgs.stdenv.hostPlatform) system;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue