mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
funni inputs'
This commit is contained in:
parent
f872b7f9d2
commit
42b80afd9c
11 changed files with 57 additions and 43 deletions
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue