From 5db15026f1d38d13f4591eeeab1eb8d4bbb19e6d Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 19 Aug 2023 10:17:35 +0000 Subject: [PATCH] add sops-nix as inputs --- flake.nix | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/flake.nix b/flake.nix index 643c6e57..fb50d56c 100644 --- a/flake.nix +++ b/flake.nix @@ -5,23 +5,21 @@ inputs = { # nixpkgs nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; - # unstable for a few packages + # nixpkgs unstable nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; - home-manager.url = "github:nix-community/home-manager/release-23.05"; - home-manager.inputs.nixpkgs.follows = "nixpkgs"; - # nixos wsl + # home-manager + home-manager = { + url = "github:nix-community/home-manager/release-23.05"; + + inputs.nixpkgs.follows = "nixpkgs"; + }; + # wsl support NixOS-WSL = { url = "github:nix-community/NixOS-WSL"; inputs.nixpkgs.follows = "nixpkgs"; }; - # flake-compat for nixd - #flake-compat = { - # url = "github:edolstra/flake-compat"; - # flake = false; - #}; - # TODO(sako):: add agenix or sops-nix - # https://github.com/ryantm/agenix#install-via-flakes - # https://github.com/Mic92/sops-nix + # todo figure this out + sops-nix.url = "github:Mic92/sops-nix"; }; outputs = {