modified: flake.nix

modified:   hosts/nixos/configuration.nix
This commit is contained in:
2025-07-22 14:29:45 +10:00
parent 236385e480
commit 0dc6c5099f
2 changed files with 3 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, lib, ... }:
{ config, pkgs, lib, inputs, ... }:
let
nixosConfEditor = builtins.getFlake "github:snowfallorg/nixos-conf-editor";
in {