mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 16:56:53 -05:00
I'm Not Sure Where pkgs Comes From STill
This commit is contained in:
parent
41cc60c736
commit
242b5b46ec
2 changed files with 2 additions and 3 deletions
|
|
@ -1,12 +1,11 @@
|
|||
# virt-nix
|
||||
# System configuration for a vm on my desktop
|
||||
|
||||
{ inputs, globals, ... }:
|
||||
{ pkgs, inputs, globals, ... }:
|
||||
|
||||
with inputs;
|
||||
|
||||
inputs.nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs; };
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
globals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue