nix/channels/nixos: add '/nixos' path suffix
This commit is contained in:
parent
4f26e935ee
commit
3f826b192d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
};
|
};
|
||||||
nix_path = builtins.foldl' (sum: elem: sum +":" + builtins.concatStringsSep "=" elem) "" [
|
nix_path = builtins.foldl' (sum: elem: sum +":" + builtins.concatStringsSep "=" elem) "" [
|
||||||
[ "nixpkgs" (mkChannelSource "channelsNixosStable") ]
|
[ "nixpkgs" (mkChannelSource "channelsNixosStable") ]
|
||||||
[ "nixos" (mkChannelSource "channelsNixosStable") ]
|
[ "nixos" (mkChannelSource "channelsNixosStable" + "/nixos") ]
|
||||||
[ "channels-nixos-stable" (mkChannelSource "channelsNixosStable") ]
|
[ "channels-nixos-stable" (mkChannelSource "channelsNixosStable") ]
|
||||||
[ "channels-nixos-unstable" (mkChannelSource "channelsNixosUnstable") ]
|
[ "channels-nixos-unstable" (mkChannelSource "channelsNixosUnstable") ]
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue