File tree Expand file tree Collapse file tree 2 files changed +1
-112
lines changed
Expand file tree Collapse file tree 2 files changed +1
-112
lines changed Original file line number Diff line number Diff line change 1919 runtime-modules . url = "github:tupakkatapa/nixos-runtime-modules" ;
2020 sops-nix . inputs . nixpkgs . follows = "nixpkgs" ;
2121 sops-nix . url = "github:Mic92/sops-nix" ;
22- sounds . inputs . nixpkgs . follows = "nixpkgs" ;
23- sounds . url = "github:jhvst/nix-config?dir=packages/sounds" ;
2422 treefmt-nix . inputs . nixpkgs . follows = "nixpkgs" ;
2523 treefmt-nix . url = "github:numtide/treefmt-nix" ;
26- wirenix . url = "sourcehut:~msalerno/wirenix" ;
2724 } ;
2825
2926 outputs = { self , ... } @inputs :
157154 packages = {
158155 "fstar-vscode-assistant" = pkgs . callPackage ./packages/fstar-vscode-assistant { } ;
159156 "savilerow" = pkgs . callPackage ./packages/savilerow { } ;
160- "sounds" = inputs' . sounds . packages . default ;
161157 "neovim" = inputs' . nixvim . legacyPackages . makeNixvimWithModule {
162158 inherit pkgs ;
163159 module = {
You can’t perform that action at this time.
0 commit comments