mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-09 10:29:05 +02:00
Corrected use of nginx module
This commit is contained in:
parent
f4f5d6e869
commit
c329cc16fd
9 changed files with 10 additions and 25 deletions
|
@ -2,7 +2,6 @@
|
|||
description = "A flake for my personnal configurations";
|
||||
inputs = {
|
||||
nixpkgs.url = github:NixOS/nixpkgs/nixos-21.11;
|
||||
nixos.url = "github:NixOS/nixpkgs/nixos-21.11";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -14,9 +13,8 @@
|
|||
|
||||
};
|
||||
|
||||
outputs = { self, nixos, home-manager, nixpkgs, neovim-nightly-overlay, nur, ... }@inputs :
|
||||
outputs = { self, home-manager, nixpkgs, neovim-nightly-overlay, nur, ... }@inputs :
|
||||
{
|
||||
|
||||
nixosModules = builtins.listToAttrs (map (x: {
|
||||
name = x;
|
||||
value = import (./modules + "/${x}");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue