add sops-nix as inputs
This commit is contained in:
parent
ed56677317
commit
5db15026f1
1 changed files with 10 additions and 12 deletions
22
flake.nix
22
flake.nix
|
@ -5,23 +5,21 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
# nixpkgs
|
# nixpkgs
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
|
||||||
# unstable for a few packages
|
# nixpkgs unstable
|
||||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
home-manager.url = "github:nix-community/home-manager/release-23.05";
|
# home-manager
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager = {
|
||||||
# nixos wsl
|
url = "github:nix-community/home-manager/release-23.05";
|
||||||
|
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
# wsl support
|
||||||
NixOS-WSL = {
|
NixOS-WSL = {
|
||||||
url = "github:nix-community/NixOS-WSL";
|
url = "github:nix-community/NixOS-WSL";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
# flake-compat for nixd
|
# todo figure this out
|
||||||
#flake-compat = {
|
sops-nix.url = "github:Mic92/sops-nix";
|
||||||
# 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
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
|
|
Loading…
Reference in a new issue