update-list: create
this nix file will store all updaters availabe in my nix dotfiles
This commit is contained in:
parent
476cf36b57
commit
59d6ba8f97
1 changed files with 13 additions and 0 deletions
13
update-list.nix
Normal file
13
update-list.nix
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
self:
|
||||||
|
|
||||||
|
# MARK: inputs
|
||||||
|
( let
|
||||||
|
inputsWithPackages = import self.inputsPath {
|
||||||
|
pkgs = self.packagesForSystem builtins.currentSystem;
|
||||||
|
};
|
||||||
|
in {
|
||||||
|
"inputs/nixpkgs" = inputsWithPackages.nixpkgs;
|
||||||
|
"inputs/nixpkgs-unstable" = inputsWithPackages.nixpkgs-unstable;
|
||||||
|
"inputs/cosmic-modules" = inputsWithPackages.cosmic-modules;
|
||||||
|
"inputs/nixos-vscode-server" = inputsWithPackages.nixos-vscode-server;
|
||||||
|
})
|
Loading…
Add table
Add a link
Reference in a new issue