mirror of
https://codeberg.org/muon/home.git
synced 2026-07-03 23:49:35 +00:00
Add vendor fetch
This commit is contained in:
parent
bf93912b39
commit
2d02ac206f
10 changed files with 360 additions and 46 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{pkgs ? import <nixpkgs> {}, ...}: {
|
||||
{pkgs ? import <nixpkgs> {}, ...}:
|
||||
let
|
||||
nvft = pkgs.callPackage ./pkgs/nvft {};
|
||||
in
|
||||
{
|
||||
default = pkgs.mkShell {
|
||||
NIX_CONFIG = "extra-experimental-features = nix-command flakes ca-derivations";
|
||||
nativeBuildInputs = with pkgs; [
|
||||
|
|
@ -8,6 +12,7 @@
|
|||
sops
|
||||
age
|
||||
nvfetcher
|
||||
nvft
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue