File tree Expand file tree Collapse file tree 3 files changed +50
-0
lines changed
Expand file tree Collapse file tree 3 files changed +50
-0
lines changed Original file line number Diff line number Diff line change 3333 cyme
3434 rdap
3535 jq
36+ systemd-impersonate
3637 ]
3738 ++ lib . optionals ( ! ( lib . versionOlder "25.05" lib . trivial . release ) ) ( with pkgs ; [ wcurl ] ) ;
3839 programs . trippy . enable = true ;
Original file line number Diff line number Diff line change 5757 url = "github:zhaofengli/colmena" ;
5858 inputs . nixpkgs . follows = "nixpkgs-unstable" ;
5959 } ;
60+
61+ systemd-impersonate = {
62+ url = "https://codeberg.org/marie/systemd-impersonate/archive/main.tar.gz" ;
63+ inputs . nixpkgs . follows = "nixpkgs-unstable" ;
64+ } ;
6065 } ;
6166
6267 outputs =
6873 nixvim ,
6974 self ,
7075 colmena ,
76+ systemd-impersonate ,
7177 ...
7278 } :
7379 let
8591 inherit system ;
8692 overlays = [
8793 self . overlays . default
94+ systemd-impersonate . overlays . default
8895 ] ;
8996 }
9097 )
178185 inherit system ;
179186 overlays = [
180187 self . overlays . default
188+ systemd-impersonate . overlays . default
181189 ] ;
182190 } ;
183191 patchedInputs = patchInputs {
You can’t perform that action at this time.
0 commit comments