remove scripts package and use flake
This commit is contained in:
parent
7ff1c1922f
commit
1e56cd9c83
4 changed files with 8 additions and 6 deletions
|
@ -22,6 +22,10 @@
|
|||
url = git+https://gitlab.com/khumba/nvd.git;
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
scripts = {
|
||||
url = git+https://git.dadada.li/dadada/scripts.git?ref=main;
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { ... } @ args: import ./outputs.nix args;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue