funni inputs'

This commit is contained in:
Gerg-L 2023-11-01 21:04:20 -04:00
parent f872b7f9d2
commit 42b80afd9c
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
11 changed files with 57 additions and 43 deletions

View file

@ -1,10 +1,5 @@
inputs:
{
pkgs,
lib,
config,
...
}:
{ lib, config, ... }:
{
#
# Flake registry and $NIX_PATH pinning
@ -30,7 +25,7 @@ inputs:
#
# Use nix directly from master
#
nix.package = inputs.nix.packages.${pkgs.system}.default;
nix.package = inputs.nix.packages.default;
#
# Other nix settings
#