Standardize Minecraft variable formatting
This commit is contained in:
parent
9190e09c93
commit
9dbf18228b
12 changed files with 108 additions and 116 deletions
|
@ -1,14 +1,14 @@
|
|||
{ config, lib, pkgs, stable, unstable, ... }:
|
||||
{
|
||||
with pkgs; {
|
||||
nix.registry.stable.flake = stable;
|
||||
nix.registry.unstable.flake = unstable;
|
||||
|
||||
_module.args.pkgsStable = import stable {
|
||||
inherit (pkgs.stdenv.hostPlatform) system;
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
inherit (config.nixpkgs) config;
|
||||
};
|
||||
_module.args.pkgsUnstable = import unstable {
|
||||
inherit (pkgs.stdenv.hostPlatform) system;
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
inherit (config.nixpkgs) config;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue