feat: Locked the nixpkgs version.

This commit is contained in:
Spencer Brower
2022-11-01 11:34:16 -04:00
parent d7ec6c6945
commit b0f602baa8
2 changed files with 20 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
description = "A very basic flake";
outputs = { self }: {
outputs = { nixpkgs, self }: {
nixosModules = {
laravel = import ./nixos/modules/web-apps/laravel.nix;
vagrant = { ... }: { imports = [ ./nixos/modules/virtualisation/vagrant.nix ]; };